Shades of Dark Pink #F24977
Tints of Dark Pink #F24977
RGB
CMYK
RGB Variations
Color information
#F24977 (or 0xF24977) is known color: Dark Pink. HEX triplet: F2, 49 and 77. RGB value is (242,73,119). Sum of RGB (Red+Green+Blue) = 242+73+119=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F24977 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24977 is #0DB688. Grayscale: #808080. Windows color (decimal): -898697 or 7817714. OLE color: 7817714.
HSL color Cylindrical-coordinate representation of color #F24977: hue angle of 343.67º 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 #F24977 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 119 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.05 |
| HSL | 343.67º | 0.87% | 0.62% | - |
| HSV(B) | 343.67º | 0.7% | 0.95% | - |
| XYZ | 42.33 | 24.97 | 20.04 | - |
| YUV | 128.78 | 122.49 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 119 | 0 | 0.70 | 0.51 | 0.05 | 343.67 | 0.87 | 0.62 |
| Hex | F2 | 49 | 77 | 0 | 46 | 33 | 5 | 158 | 57 | 3E |
| Octal | 362 | 111 | 167 | 0 | 106 | 63 | 5 | 530 | 127 | 76 |
| Binary | 11110010 | 1001001 | 1110111 | 0 | 1000110 | 110011 | 101 | 101011000 | 1010111 | 111110 |
Color Harmonies of #F24977
Complementary color
Monochromatic Colors of #F24977
Black with #F24977
Text Example
Text Example
White with #F24977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24977; }
p { color: rgb(242,73,119); }
H1.HeaderClassName
{
color: #F24977;
}
.AnyTagClassName
{
color: #F24977;
}
</style>
background-color css
<style>
a { background-color: #F24977; }
a { background-color: rgb(242,73,119); }
div.DivClassName
{
background-color: #F24977;
}
.BgClassName
{
background-color: #F24977;
}
</style>
border-color css
<style>
span { border-color: #F24977; }
span { border-color: rgb(242,73,119); }
td.TdClassName
{
border-color: #F24977;
}
.TagClassName
{
border-color: #F24977;
}
</style>