Color Hex Logo

#f254c4 Color Hex

#F254C4
(242,84,196)
0 Favorites   0 Comments

Color spaces of #f254c4

RGB 24284196
HSL0.880.860.64
HSV317°65°95°
CMYK 0.000.650.19   0.05
XYZ49.752129.203455.2391
Yxy29.20340.37070.2176
Hunter Lab54.040269.7658-22.7773
CIE-Lab60.960771.2319-26.8207

#f254c4 color RGB value is (242,84,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010100 11000100
Octal 362 124 304
Decimal 242 84 196
Hex F2 54 C4

RGB Percentages of Color #f254c4

%46.36
%16.09
%37.55

CMYK Percentages of Color #f254c4

%0
%65
%19
%5

Triadic Colors of #f254c4

#f254c4 #c4f254 #54c4f2

Analogous Colors of #f254c4

#f254c4 #f25475 #d154f2

Monochromatic Colors of #f254c4

#f254c4

Complementary Color

#f254c4 #54f282

#f254c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f254c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f254c4 Color CSS Codes

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

#f254c4 Text Font Color

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

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


#f254c4 Background Color

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

This div background color is #f254c4


#f254c4 Border Color

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

This div border color is #f254c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f254c4


Comments

No comments written yet.

Please login to write comment.