Shades of Hot Pink #F170A8
Tints of Hot Pink #F170A8
RGB
CMYK
RGB Variations
Color information
#F170A8 (or 0xF170A8) is known color: Hot Pink. HEX triplet: F1, 70 and A8. RGB value is (241,112,168). Sum of RGB (Red+Green+Blue) = 241+112+168=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F170A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F170A8 is #0E8F57. Grayscale: #9C9C9C. Windows color (decimal): -954200 or 11038961. OLE color: 11038961.
HSL color Cylindrical-coordinate representation of color #F170A8: hue angle of 333.95º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F170A8 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 168 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.05 |
| HSL | 333.95º | 0.82% | 0.69% | - |
| HSV(B) | 333.95º | 0.54% | 0.95% | - |
| XYZ | 49.14 | 33.12 | 40.85 | - |
| YUV | 156.96 | 134.24 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 168 | 0 | 0.54 | 0.30 | 0.05 | 333.95 | 0.82 | 0.69 |
| Hex | F1 | 70 | A8 | 0 | 36 | 1E | 5 | 14E | 52 | 45 |
| Octal | 361 | 160 | 250 | 0 | 66 | 36 | 5 | 516 | 122 | 105 |
| Binary | 11110001 | 1110000 | 10101000 | 0 | 110110 | 11110 | 101 | 101001110 | 1010010 | 1000101 |
Color Harmonies of #F170A8
Complementary color
Monochromatic Colors of #F170A8
Black with #F170A8
Text Example
Text Example
White with #F170A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F170A8; }
p { color: rgb(241,112,168); }
H1.HeaderClassName
{
color: #F170A8;
}
.AnyTagClassName
{
color: #F170A8;
}
</style>
background-color css
<style>
a { background-color: #F170A8; }
a { background-color: rgb(241,112,168); }
div.DivClassName
{
background-color: #F170A8;
}
.BgClassName
{
background-color: #F170A8;
}
</style>
border-color css
<style>
span { border-color: #F170A8; }
span { border-color: rgb(241,112,168); }
td.TdClassName
{
border-color: #F170A8;
}
.TagClassName
{
border-color: #F170A8;
}
</style>