Shades of Hot Pink #F173AB
Tints of Hot Pink #F173AB
RGB
CMYK
RGB Variations
Color information
#F173AB (or 0xF173AB) is known color: Hot Pink. HEX triplet: F1, 73 and AB. RGB value is (241,115,171). Sum of RGB (Red+Green+Blue) = 241+115+171=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F173AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F173AB is #0E8C54. Grayscale: #9E9E9E. Windows color (decimal): -953429 or 11236337. OLE color: 11236337.
HSL color Cylindrical-coordinate representation of color #F173AB: hue angle of 333.33º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F173AB is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 171 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.05 |
| HSL | 333.33º | 0.82% | 0.7% | - |
| HSV(B) | 333.33º | 0.52% | 0.95% | - |
| XYZ | 49.76 | 33.9 | 42.45 | - |
| YUV | 159.06 | 134.74 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 171 | 0 | 0.52 | 0.29 | 0.05 | 333.33 | 0.82 | 0.7 |
| Hex | F1 | 73 | AB | 0 | 34 | 1D | 5 | 14D | 52 | 46 |
| Octal | 361 | 163 | 253 | 0 | 64 | 35 | 5 | 515 | 122 | 106 |
| Binary | 11110001 | 1110011 | 10101011 | 0 | 110100 | 11101 | 101 | 101001101 | 1010010 | 1000110 |
Color Harmonies of #F173AB
Complementary color
Monochromatic Colors of #F173AB
Black with #F173AB
Text Example
Text Example
White with #F173AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F173AB; }
p { color: rgb(241,115,171); }
H1.HeaderClassName
{
color: #F173AB;
}
.AnyTagClassName
{
color: #F173AB;
}
</style>
background-color css
<style>
a { background-color: #F173AB; }
a { background-color: rgb(241,115,171); }
div.DivClassName
{
background-color: #F173AB;
}
.BgClassName
{
background-color: #F173AB;
}
</style>
border-color css
<style>
span { border-color: #F173AB; }
span { border-color: rgb(241,115,171); }
td.TdClassName
{
border-color: #F173AB;
}
.TagClassName
{
border-color: #F173AB;
}
</style>