Shades of Hot Pink #F172AC
Tints of Hot Pink #F172AC
RGB
CMYK
RGB Variations
Color information
#F172AC (or 0xF172AC) is known color: Hot Pink. HEX triplet: F1, 72 and AC. RGB value is (241,114,172). Sum of RGB (Red+Green+Blue) = 241+114+172=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F172AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F172AC is #0E8D53. Grayscale: #9E9E9E. Windows color (decimal): -953684 or 11301617. OLE color: 11301617.
HSL color Cylindrical-coordinate representation of color #F172AC: hue angle of 332.6º 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 #F172AC is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 172 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.05 |
| HSL | 332.6º | 0.82% | 0.7% | - |
| HSV(B) | 332.6º | 0.53% | 0.95% | - |
| XYZ | 49.74 | 33.71 | 42.92 | - |
| YUV | 158.59 | 135.58 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 172 | 0 | 0.53 | 0.29 | 0.05 | 332.6 | 0.82 | 0.7 |
| Hex | F1 | 72 | AC | 0 | 35 | 1D | 5 | 14D | 52 | 46 |
| Octal | 361 | 162 | 254 | 0 | 65 | 35 | 5 | 515 | 122 | 106 |
| Binary | 11110001 | 1110010 | 10101100 | 0 | 110101 | 11101 | 101 | 101001101 | 1010010 | 1000110 |
Color Harmonies of #F172AC
Complementary color
Monochromatic Colors of #F172AC
Black with #F172AC
Text Example
Text Example
White with #F172AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172AC; }
p { color: rgb(241,114,172); }
H1.HeaderClassName
{
color: #F172AC;
}
.AnyTagClassName
{
color: #F172AC;
}
</style>
background-color css
<style>
a { background-color: #F172AC; }
a { background-color: rgb(241,114,172); }
div.DivClassName
{
background-color: #F172AC;
}
.BgClassName
{
background-color: #F172AC;
}
</style>
border-color css
<style>
span { border-color: #F172AC; }
span { border-color: rgb(241,114,172); }
td.TdClassName
{
border-color: #F172AC;
}
.TagClassName
{
border-color: #F172AC;
}
</style>