Shades of Hot Pink #F172AD
Tints of Hot Pink #F172AD
RGB
CMYK
RGB Variations
Color information
#F172AD (or 0xF172AD) is known color: Hot Pink. HEX triplet: F1, 72 and AD. RGB value is (241,114,173). Sum of RGB (Red+Green+Blue) = 241+114+173=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F172AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F172AD is #0E8D52. Grayscale: #9E9E9E. Windows color (decimal): -953683 or 11367153. OLE color: 11367153.
HSL color Cylindrical-coordinate representation of color #F172AD: hue angle of 332.13º 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 #F172AD is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 173 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.05 |
| HSL | 332.13º | 0.82% | 0.7% | - |
| HSV(B) | 332.13º | 0.53% | 0.95% | - |
| XYZ | 49.84 | 33.75 | 43.42 | - |
| YUV | 158.7 | 136.08 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 173 | 0 | 0.53 | 0.28 | 0.05 | 332.13 | 0.82 | 0.7 |
| Hex | F1 | 72 | AD | 0 | 35 | 1C | 5 | 14C | 52 | 46 |
| Octal | 361 | 162 | 255 | 0 | 65 | 34 | 5 | 514 | 122 | 106 |
| Binary | 11110001 | 1110010 | 10101101 | 0 | 110101 | 11100 | 101 | 101001100 | 1010010 | 1000110 |
Color Harmonies of #F172AD
Complementary color
Monochromatic Colors of #F172AD
Black with #F172AD
Text Example
Text Example
White with #F172AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172AD; }
p { color: rgb(241,114,173); }
H1.HeaderClassName
{
color: #F172AD;
}
.AnyTagClassName
{
color: #F172AD;
}
</style>
background-color css
<style>
a { background-color: #F172AD; }
a { background-color: rgb(241,114,173); }
div.DivClassName
{
background-color: #F172AD;
}
.BgClassName
{
background-color: #F172AD;
}
</style>
border-color css
<style>
span { border-color: #F172AD; }
span { border-color: rgb(241,114,173); }
td.TdClassName
{
border-color: #F172AD;
}
.TagClassName
{
border-color: #F172AD;
}
</style>