#F24F7F

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

Shades of Dark Pink #F24F7F

Tints of Dark Pink #F24F7F

Color information

#F24F7F (or 0xF24F7F) is unknown color: approx Dark Pink. HEX triplet: F2, 4F and 7F. RGB value is (242,79,127). Sum of RGB (Red+Green+Blue) = 242+79+127=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24F7F is #0DB080. Grayscale: #858585. Windows color (decimal): -897153 or 8343538. OLE color: 8343538.

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

Color convert

RGB24279127-
CMYK00.670.480.05
HSL342.33º86.24%62.94%-
HSV(B)342.33º67.36%94.9%-
XYZ43.242622.82-
YUV133.21124.5205.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.02%
GREEN value IS 79 (31.25% from 255) = 17.63%
BLUE value IS 127 (50% from 255) = 28.35%
R=54.02%
G=17.63%
B=28.35%

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
Decimal2427912700.670.480.05342.3386.2462.94
HexF24F7F043305156563f
Octal362117177010360552612677
Binary1111001010011111111111010000111100001011010101101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24F7F; }

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

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

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

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

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

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

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

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