Shades of Hot Pink #F172AB
Tints of Hot Pink #F172AB
RGB
CMYK
RGB Variations
Color information
#F172AB (or 0xF172AB) is known color: Hot Pink. HEX triplet: F1, 72 and AB. RGB value is (241,114,171). Sum of RGB (Red+Green+Blue) = 241+114+171=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F172AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F172AB is #0E8D54. Grayscale: #9E9E9E. Windows color (decimal): -953685 or 11236081. OLE color: 11236081.
HSL color Cylindrical-coordinate representation of color #F172AB: hue angle of 333.07º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F172AB is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 171 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.05 |
| HSL | 333.07º | 0.82% | 0.7% | - |
| HSV(B) | 333.07º | 0.53% | 0.95% | - |
| XYZ | 49.64 | 33.68 | 42.41 | - |
| YUV | 158.47 | 135.08 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 171 | 0 | 0.53 | 0.29 | 0.05 | 333.07 | 0.82 | 0.7 |
| Hex | F1 | 72 | AB | 0 | 35 | 1D | 5 | 14D | 52 | 46 |
| Octal | 361 | 162 | 253 | 0 | 65 | 35 | 5 | 515 | 122 | 106 |
| Binary | 11110001 | 1110010 | 10101011 | 0 | 110101 | 11101 | 101 | 101001101 | 1010010 | 1000110 |
Color Harmonies of #F172AB
Complementary color
Monochromatic Colors of #F172AB
Black with #F172AB
Text Example
Text Example
White with #F172AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172AB; }
p { color: rgb(241,114,171); }
H1.HeaderClassName
{
color: #F172AB;
}
.AnyTagClassName
{
color: #F172AB;
}
</style>
background-color css
<style>
a { background-color: #F172AB; }
a { background-color: rgb(241,114,171); }
div.DivClassName
{
background-color: #F172AB;
}
.BgClassName
{
background-color: #F172AB;
}
</style>
border-color css
<style>
span { border-color: #F172AB; }
span { border-color: rgb(241,114,171); }
td.TdClassName
{
border-color: #F172AB;
}
.TagClassName
{
border-color: #F172AB;
}
</style>