#F24C7C

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

Shades of Dark Pink #F24C7C

Tints of Dark Pink #F24C7C

Color information

#F24C7C (or 0xF24C7C) is unknown color: approx Dark Pink. HEX triplet: F2, 4C and 7C. RGB value is (242,76,124). Sum of RGB (Red+Green+Blue) = 242+76+124=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24C7C is #0DB383. Grayscale: #838383. Windows color (decimal): -897924 or 8146162. OLE color: 8146162.

HSL color Cylindrical-coordinate representation of color #F24C7C: hue angle of 342.65º 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 #F24C7C is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB24276124-
CMYK00.690.490.05
HSL342.65º86.46%62.35%-
HSV(B)342.65º68.6%94.9%-
XYZ42.8425.521.73-
YUV131.11124207.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.75%
GREEN value IS 76 (30.08% from 255) = 17.19%
BLUE value IS 124 (48.83% from 255) = 28.05%
R=54.75%
G=17.19%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427612400.690.490.05342.6586.4662.35
HexF24C7C045315157563e
Octal362114174010561552712676
Binary1111001010011001111100010001011100011011010101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24C7C; }

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

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

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

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

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

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

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

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