Color Hex Logo

#f254cf Color Hex

#F254CF
(242,84,207)
0 Favorites   0 Comments

Color spaces of #f254cf

RGB 24284207
HSL0.870.860.64
HSV313°65°95°
CMYK 0.000.650.14   0.05
XYZ51.050829.722962.0779
Yxy29.72290.35740.2081
Hunter Lab54.518771.7379-29.3476
CIE-Lab61.414472.7525-32.3668

#f254cf color RGB value is (242,84,207).

#f254cf hex color red value is 242, green value is 84 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f254cf hue: 0.87 , saturation: 0.86 and the lightness value of f254cf is 0.64.

The process color (four color CMYK) of #f254cf color hex is 0.00, 0.65, 0.14, 0.05. Web safe color of #f254cf is #ff66cc. Color #f254cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010100 11001111
Octal 362 124 317
Decimal 242 84 207
Hex F2 54 CF

RGB Percentages of Color #f254cf

%45.40
%15.76
%38.84

CMYK Percentages of Color #f254cf

%0
%65
%14
%5

Triadic Colors of #f254cf

#f254cf #cff254 #54cff2

Analogous Colors of #f254cf

#f254cf #f25480 #c654f2

Monochromatic Colors of #f254cf

#f254cf

Complementary Color

#f254cf #54f277

#f254cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f254cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f254cf Color CSS Codes

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

#f254cf Text Font Color

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

This sample text font color is #f254cf
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.


#f254cf Background Color

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

This div background color is #f254cf


#f254cf Border Color

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

This div border color is #f254cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,84,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f254cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f254cf;
  -webkit-box-shadow: 1px 1px 3px 2px #f254cf;
  box-shadow:         1px 1px 3px 2px #f254cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,84,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f254cf


Comments

No comments written yet.

Please login to write comment.