#F24F7E

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

Shades of Dark Pink #F24F7E

Tints of Dark Pink #F24F7E

Color information

#F24F7E (or 0xF24F7E) is unknown color: approx Dark Pink. HEX triplet: F2, 4F and 7E. RGB value is (242,79,126). Sum of RGB (Red+Green+Blue) = 242+79+126=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24F7E is #0DB081. Grayscale: #858585. Windows color (decimal): -897154 or 8278002. OLE color: 8278002.

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

Color convert

RGB24279126-
CMYK00.670.480.05
HSL342.7º86.24%62.94%-
HSV(B)342.7º67.36%94.9%-
XYZ43.1825.9822.48-
YUV133.1124205.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.14%
GREEN value IS 79 (31.25% from 255) = 17.67%
BLUE value IS 126 (49.61% from 255) = 28.19%
R=54.14%
G=17.67%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427912600.670.480.05342.786.2462.94
HexF24F7E043305157563f
Octal362117176010360552712677
Binary1111001010011111111110010000111100001011010101111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24F7E; }

 p { color: rgb(242,79,126); }

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

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

 a { background-color: rgb(242,79,126); }

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

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

 span { border-color: rgb(242,79,126); }

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