#F04E71

Color #F04E71 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #F04E71

Tints of Dark Pink #F04E71

Color information

#F04E71 (or 0xF04E71) is unknown color: approx Dark Pink. HEX triplet: F0, 4E and 71. RGB value is (240,78,113). Sum of RGB (Red+Green+Blue) = 240+78+113=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04E71 is #0FB18E. Grayscale: #828282. Windows color (decimal): -1028495 or 7425776. OLE color: 7425776.

HSL color Cylindrical-coordinate representation of color #F04E71: hue angle of 347.04º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04E71 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB24078113-
CMYK00.680.530.06
HSL347.04º84.38%62.35%-
HSV(B)347.04º67.5%94.12%-
XYZ41.6425.1718.29-
YUV130.43118.17206.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 55.68%
GREEN value IS 78 (30.86% from 255) = 18.10%
BLUE value IS 113 (44.53% from 255) = 26.22%
R=55.68%
G=18.10%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407811300.680.530.06347.0484.3862.35
HexF04E7104435615b543e
Octal360116161010465653312476
Binary1111000010011101110001010001001101011101010110111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04E71; }

 p { color: rgb(240,78,113); }

 H1.HeaderClassName
 {
   color: #F04E71;
 }
 .AnyTagClassName
 {
   color: #F04E71;
 }
</style>
background-color css

<style>
 a { background-color: #F04E71; }

 a { background-color: rgb(240,78,113); }

 div.DivClassName
 {
   background-color: #F04E71;
 }
 .BgClassName
 {
   background-color: #F04E71;
 }
</style>
border-color css

<style>
 span { border-color: #F04E71; }

 span { border-color: rgb(240,78,113); }

 td.TdClassName
 {
   border-color: #F04E71;
 }
 .TagClassName
 {
   border-color: #F04E71;
 }
</style>