color codes Logo

#f646ea color codes

#F646EA
(246,70,234)
0 Favorites   0 Comments

Color spaces of #f646ea

RGB 24670234
HSL0.840.910.62
HSV304°72°96°
CMYK 0.000.720.05   0.04
XYZ55.047529.913780.7145
Yxy29.91370.33230.1806
Hunter Lab54.693483.9421-49.2126
CIE-Lab61.579782.3811-47.2483

#f646ea color RGB value is (246,70,234).

#f646ea hex color red value is 246, green value is 70 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f646ea hue: 0.84 , saturation: 0.91 and the lightness value of f646ea is 0.62.

The process color (four color CMYK) of #f646ea color code is 0.00, 0.72, 0.05, 0.04. Web safe color of #f646ea is #ff33ff. Color #f646ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000110 11101010
Octal 366 106 352
Decimal 246 70 234
Hex F6 46 EA

RGB Percentages of Color #f646ea

%44.73
%12.73
%42.55

CMYK Percentages of Color #f646ea

%0
%72
%5
%4

Triadic Colors of #f646ea

#f646ea #eaf646 #46eaf6

Analogous Colors of #f646ea

#f646ea #f64692 #aa46f6

Monochromatic Colors of #f646ea

#f646ea

Complementary Color

#f646ea #46f652

#f646ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f646ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f646ea Color CSS Codes

.mybgcolor {background-color:#f646ea; } 
.myforecolor {color:#f646ea; }
.mybordercolor {border:3px solid #f646ea; }

#f646ea Text Font Color

<p style="color:#f646ea">Text here</p>

This sample text font color is #f646ea
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f646ea Background Color

<div style="background-color:#f646ea">
Div content here</div>

This div background color is #f646ea


#f646ea Border Color

<div style="border:3px solid #f646ea">
Div here</div>

This div border color is #f646ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,70,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f646ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f646ea;
  -webkit-box-shadow: 1px 1px 3px 2px #f646ea;
  box-shadow:         1px 1px 3px 2px #f646ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,70,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f646ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f646ea;
  -webkit-box-shadow: 1px 1px 3px 2px #f646ea;
  box-shadow:         1px 1px 3px 2px #f646ea;">
Div content here</div>

This div box has shadow with color #f646ea


Comments

No comments written yet.

Please login to write comment.