Shades of Dark Pink #F24973
Tints of Dark Pink #F24973
RGB
CMYK
RGB Variations
Color information
#F24973 (or 0xF24973) is known color: 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
| RGB | 242 | 73 | 115 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.05 |
| HSL | 345.09º | 0.87% | 0.62% | - |
| HSV(B) | 345.09º | 0.7% | 0.95% | - |
| XYZ | 42.1 | 24.88 | 18.8 | - |
| YUV | 128.32 | 120.49 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 115 | 0 | 0.70 | 0.52 | 0.05 | 345.09 | 0.87 | 0.62 |
| Hex | F2 | 49 | 73 | 0 | 46 | 34 | 5 | 159 | 57 | 3E |
| Octal | 362 | 111 | 163 | 0 | 106 | 64 | 5 | 531 | 127 | 76 |
| Binary | 11110010 | 1001001 | 1110011 | 0 | 1000110 | 110100 | 101 | 101011001 | 1010111 | 111110 |
Color Harmonies of #F24973
Complementary color
Monochromatic Colors of #F24973
Black with #F24973
Text Example
Text Example
White with #F24973
Text Example
Text Example
HTML Codes & Css Web 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>