#F24C78

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

Shades of Dark Pink #F24C78

Tints of Dark Pink #F24C78

Color information

#F24C78 (or 0xF24C78) is unknown color: approx Dark Pink. HEX triplet: F2, 4C and 78. RGB value is (242,76,120). Sum of RGB (Red+Green+Blue) = 242+76+120=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24C78 is #0DB387. Grayscale: #828282. Windows color (decimal): -897928 or 7884018. OLE color: 7884018.

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

Color convert

RGB24276120-
CMYK00.690.500.05
HSL344.1º86.46%62.35%-
HSV(B)344.1º68.6%94.9%-
XYZ42.5925.420.43-
YUV130.65122207.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.25%
GREEN value IS 76 (30.08% from 255) = 17.35%
BLUE value IS 120 (47.27% from 255) = 27.40%
R=55.25%
G=17.35%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427612000.690.500.05344.186.4662.35
HexF24C78045325158563e
Octal362114170010562553012676
Binary1111001010011001111000010001011100101011010110001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24C78; }

 p { color: rgb(242,76,120); }

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

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

 a { background-color: rgb(242,76,120); }

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

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

 span { border-color: rgb(242,76,120); }

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