#F24D76

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

Shades of Dark Pink #F24D76

Tints of Dark Pink #F24D76

Color information

#F24D76 (or 0xF24D76) is unknown color: approx Dark Pink. HEX triplet: F2, 4D and 76. RGB value is (242,77,118). Sum of RGB (Red+Green+Blue) = 242+77+118=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24D76 is #0DB289. Grayscale: #838383. Windows color (decimal): -897674 or 7753202. OLE color: 7753202.

HSL color Cylindrical-coordinate representation of color #F24D76: hue angle of 345.09º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F24D76 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB24277118-
CMYK00.680.510.05
HSL345.09º86.39%62.55%-
HSV(B)345.09º68.18%94.9%-
XYZ42.5425.4919.82-
YUV131.01120.66207.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.38%
GREEN value IS 77 (30.47% from 255) = 17.62%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=55.38%
G=17.62%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427711800.680.510.05345.0986.3962.55
HexF24D76044335159563f
Octal362115166010463553112677
Binary1111001010011011110110010001001100111011010110011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24D76; }

 p { color: rgb(242,77,118); }

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

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

 a { background-color: rgb(242,77,118); }

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

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

 span { border-color: rgb(242,77,118); }

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