Shades of Hot Pink #F171A8
Tints of Hot Pink #F171A8
RGB
CMYK
RGB Variations
Color information
#F171A8 (or 0xF171A8) is known color: Hot Pink. HEX triplet: F1, 71 and A8. RGB value is (241,113,168). Sum of RGB (Red+Green+Blue) = 241+113+168=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F171A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F171A8 is #0E8E57. Grayscale: #9D9D9D. Windows color (decimal): -953944 or 11039217. OLE color: 11039217.
HSL color Cylindrical-coordinate representation of color #F171A8: hue angle of 334.22º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F171A8 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 168 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.05 |
| HSL | 334.22º | 0.82% | 0.69% | - |
| HSV(B) | 334.22º | 0.53% | 0.95% | - |
| XYZ | 49.25 | 33.34 | 40.89 | - |
| YUV | 157.54 | 133.91 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 168 | 0 | 0.53 | 0.30 | 0.05 | 334.22 | 0.82 | 0.69 |
| Hex | F1 | 71 | A8 | 0 | 35 | 1E | 5 | 14E | 52 | 45 |
| Octal | 361 | 161 | 250 | 0 | 65 | 36 | 5 | 516 | 122 | 105 |
| Binary | 11110001 | 1110001 | 10101000 | 0 | 110101 | 11110 | 101 | 101001110 | 1010010 | 1000101 |
Color Harmonies of #F171A8
Complementary color
Monochromatic Colors of #F171A8
Black with #F171A8
Text Example
Text Example
White with #F171A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F171A8; }
p { color: rgb(241,113,168); }
H1.HeaderClassName
{
color: #F171A8;
}
.AnyTagClassName
{
color: #F171A8;
}
</style>
background-color css
<style>
a { background-color: #F171A8; }
a { background-color: rgb(241,113,168); }
div.DivClassName
{
background-color: #F171A8;
}
.BgClassName
{
background-color: #F171A8;
}
</style>
border-color css
<style>
span { border-color: #F171A8; }
span { border-color: rgb(241,113,168); }
td.TdClassName
{
border-color: #F171A8;
}
.TagClassName
{
border-color: #F171A8;
}
</style>