#F24973

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

Shades of Dark Pink #F24973

Tints of Dark Pink #F24973

Color information

#F24973 (or 0xF24973) is unknown color: approx Dark Pink. HEX triplet: F2, 49 and 73. RGB value is (242,73,115). Sum of RGB (Red+Green+Blue) = 242+73+115=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F24973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24973 is #0DB68C. Grayscale: #808080. Windows color (decimal): -898701 or 7555570. OLE color: 7555570.

HSL color Cylindrical-coordinate representation of color #F24973: hue angle of 345.09º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24973 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB24273115-
CMYK00.700.520.05
HSL345.09º86.67%61.76%-
HSV(B)345.09º69.83%94.9%-
XYZ42.124.8818.8-
YUV128.32120.49209.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.28%
GREEN value IS 73 (28.91% from 255) = 16.98%
BLUE value IS 115 (45.31% from 255) = 26.74%
R=56.28%
G=16.98%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427311500.700.520.05345.0986.6761.76
HexF24973046345159573e
Octal362111163010664553112776
Binary1111001010010011110011010001101101001011010110011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24973; }

 p { color: rgb(242,73,115); }

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

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

 a { background-color: rgb(242,73,115); }

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

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

 span { border-color: rgb(242,73,115); }

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