Shades of Dark Pink #F24770
Tints of Dark Pink #F24770
RGB
CMYK
RGB Variations
Color information
#F24770 (or 0xF24770) is known color: Dark Pink. HEX triplet: F2, 47 and 70. RGB value is (242,71,112). Sum of RGB (Red+Green+Blue) = 242+71+112=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F24770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24770 is #0DB88F. Grayscale: #7E7E7E. Windows color (decimal): -899216 or 7358450. OLE color: 7358450.
HSL color Cylindrical-coordinate representation of color #F24770: hue angle of 345.61º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F24770 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 112 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.05 |
| HSL | 345.61º | 0.87% | 0.61% | - |
| HSV(B) | 345.61º | 0.71% | 0.95% | - |
| XYZ | 41.8 | 24.55 | 17.87 | - |
| YUV | 126.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 112 | 0 | 0.71 | 0.54 | 0.05 | 345.61 | 0.87 | 0.61 |
| Hex | F2 | 47 | 70 | 0 | 47 | 36 | 5 | 15A | 57 | 3D |
| Octal | 362 | 107 | 160 | 0 | 107 | 66 | 5 | 532 | 127 | 75 |
| Binary | 11110010 | 1000111 | 1110000 | 0 | 1000111 | 110110 | 101 | 101011010 | 1010111 | 111101 |
Color Harmonies of #F24770
Complementary color
Monochromatic Colors of #F24770
Black with #F24770
Text Example
Text Example
White with #F24770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24770; }
p { color: rgb(242,71,112); }
H1.HeaderClassName
{
color: #F24770;
}
.AnyTagClassName
{
color: #F24770;
}
</style>
background-color css
<style>
a { background-color: #F24770; }
a { background-color: rgb(242,71,112); }
div.DivClassName
{
background-color: #F24770;
}
.BgClassName
{
background-color: #F24770;
}
</style>
border-color css
<style>
span { border-color: #F24770; }
span { border-color: rgb(242,71,112); }
td.TdClassName
{
border-color: #F24770;
}
.TagClassName
{
border-color: #F24770;
}
</style>