Shades of Hot Pink #F16FAC
Tints of Hot Pink #F16FAC
RGB
CMYK
RGB Variations
Color information
#F16FAC (or 0xF16FAC) is known color: Hot Pink. HEX triplet: F1, 6F and AC. RGB value is (241,111,172). Sum of RGB (Red+Green+Blue) = 241+111+172=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16FAC is #0E9053. Grayscale: #9C9C9C. Windows color (decimal): -954452 or 11300849. OLE color: 11300849.
HSL color Cylindrical-coordinate representation of color #F16FAC: hue angle of 331.85º 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 #F16FAC is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 172 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.05 |
| HSL | 331.85º | 0.82% | 0.69% | - |
| HSV(B) | 331.85º | 0.54% | 0.95% | - |
| XYZ | 49.41 | 33.05 | 42.8 | - |
| YUV | 156.82 | 136.57 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 172 | 0 | 0.54 | 0.29 | 0.05 | 331.85 | 0.82 | 0.69 |
| Hex | F1 | 6F | AC | 0 | 36 | 1D | 5 | 14C | 52 | 45 |
| Octal | 361 | 157 | 254 | 0 | 66 | 35 | 5 | 514 | 122 | 105 |
| Binary | 11110001 | 1101111 | 10101100 | 0 | 110110 | 11101 | 101 | 101001100 | 1010010 | 1000101 |
Color Harmonies of #F16FAC
Complementary color
Monochromatic Colors of #F16FAC
Black with #F16FAC
Text Example
Text Example
White with #F16FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16FAC; }
p { color: rgb(241,111,172); }
H1.HeaderClassName
{
color: #F16FAC;
}
.AnyTagClassName
{
color: #F16FAC;
}
</style>
background-color css
<style>
a { background-color: #F16FAC; }
a { background-color: rgb(241,111,172); }
div.DivClassName
{
background-color: #F16FAC;
}
.BgClassName
{
background-color: #F16FAC;
}
</style>
border-color css
<style>
span { border-color: #F16FAC; }
span { border-color: rgb(241,111,172); }
td.TdClassName
{
border-color: #F16FAC;
}
.TagClassName
{
border-color: #F16FAC;
}
</style>