Shades of Hot Pink #F470A8
Tints of Hot Pink #F470A8
RGB
CMYK
RGB Variations
Color information
#F470A8 (or 0xF470A8) is known color: Hot Pink. HEX triplet: F4, 70 and A8. RGB value is (244,112,168). Sum of RGB (Red+Green+Blue) = 244+112+168=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F470A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F470A8 is #0B8F57. Grayscale: #9D9D9D. Windows color (decimal): -757592 or 11038964. OLE color: 11038964.
HSL color Cylindrical-coordinate representation of color #F470A8: hue angle of 334.55º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F470A8 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 168 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.04 |
| HSL | 334.55º | 0.86% | 0.7% | - |
| HSV(B) | 334.55º | 0.54% | 0.96% | - |
| XYZ | 50.17 | 33.65 | 40.9 | - |
| YUV | 157.85 | 133.73 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 168 | 0 | 0.54 | 0.31 | 0.04 | 334.55 | 0.86 | 0.7 |
| Hex | F4 | 70 | A8 | 0 | 36 | 1F | 4 | 14F | 56 | 46 |
| Octal | 364 | 160 | 250 | 0 | 66 | 37 | 4 | 517 | 126 | 106 |
| Binary | 11110100 | 1110000 | 10101000 | 0 | 110110 | 11111 | 100 | 101001111 | 1010110 | 1000110 |
Color Harmonies of #F470A8
Complementary color
Monochromatic Colors of #F470A8
Black with #F470A8
Text Example
Text Example
White with #F470A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F470A8; }
p { color: rgb(244,112,168); }
H1.HeaderClassName
{
color: #F470A8;
}
.AnyTagClassName
{
color: #F470A8;
}
</style>
background-color css
<style>
a { background-color: #F470A8; }
a { background-color: rgb(244,112,168); }
div.DivClassName
{
background-color: #F470A8;
}
.BgClassName
{
background-color: #F470A8;
}
</style>
border-color css
<style>
span { border-color: #F470A8; }
span { border-color: rgb(244,112,168); }
td.TdClassName
{
border-color: #F470A8;
}
.TagClassName
{
border-color: #F470A8;
}
</style>