Shades of Hot Pink #F170AC
Tints of Hot Pink #F170AC
RGB
CMYK
RGB Variations
Color information
#F170AC (or 0xF170AC) is known color: Hot Pink. HEX triplet: F1, 70 and AC. RGB value is (241,112,172). Sum of RGB (Red+Green+Blue) = 241+112+172=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F170AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F170AC is #0E8F53. Grayscale: #9D9D9D. Windows color (decimal): -954196 or 11301105. OLE color: 11301105.
HSL color Cylindrical-coordinate representation of color #F170AC: hue angle of 332.09º 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 #F170AC is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 172 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.05 |
| HSL | 332.09º | 0.82% | 0.69% | - |
| HSV(B) | 332.09º | 0.54% | 0.95% | - |
| XYZ | 49.52 | 33.27 | 42.84 | - |
| YUV | 157.41 | 136.24 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 172 | 0 | 0.54 | 0.29 | 0.05 | 332.09 | 0.82 | 0.69 |
| Hex | F1 | 70 | AC | 0 | 36 | 1D | 5 | 14C | 52 | 45 |
| Octal | 361 | 160 | 254 | 0 | 66 | 35 | 5 | 514 | 122 | 105 |
| Binary | 11110001 | 1110000 | 10101100 | 0 | 110110 | 11101 | 101 | 101001100 | 1010010 | 1000101 |
Color Harmonies of #F170AC
Complementary color
Monochromatic Colors of #F170AC
Black with #F170AC
Text Example
Text Example
White with #F170AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F170AC; }
p { color: rgb(241,112,172); }
H1.HeaderClassName
{
color: #F170AC;
}
.AnyTagClassName
{
color: #F170AC;
}
</style>
background-color css
<style>
a { background-color: #F170AC; }
a { background-color: rgb(241,112,172); }
div.DivClassName
{
background-color: #F170AC;
}
.BgClassName
{
background-color: #F170AC;
}
</style>
border-color css
<style>
span { border-color: #F170AC; }
span { border-color: rgb(241,112,172); }
td.TdClassName
{
border-color: #F170AC;
}
.TagClassName
{
border-color: #F170AC;
}
</style>