Shades of Hot Pink #F160AC
Tints of Hot Pink #F160AC
RGB
CMYK
RGB Variations
Color information
#F160AC (or 0xF160AC) is known color: Hot Pink. HEX triplet: F1, 60 and AC. RGB value is (241,96,172). Sum of RGB (Red+Green+Blue) = 241+96+172=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F160AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F160AC is #0E9F53. Grayscale: #939393. Windows color (decimal): -958292 or 11297009. OLE color: 11297009.
HSL color Cylindrical-coordinate representation of color #F160AC: hue angle of 328.55º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F160AC is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 172 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.05 |
| HSL | 328.55º | 0.84% | 0.66% | - |
| HSV(B) | 328.55º | 0.6% | 0.95% | - |
| XYZ | 47.9 | 30.05 | 42.3 | - |
| YUV | 148.02 | 141.54 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 172 | 0 | 0.60 | 0.29 | 0.05 | 328.55 | 0.84 | 0.66 |
| Hex | F1 | 60 | AC | 0 | 3C | 1D | 5 | 149 | 54 | 42 |
| Octal | 361 | 140 | 254 | 0 | 74 | 35 | 5 | 511 | 124 | 102 |
| Binary | 11110001 | 1100000 | 10101100 | 0 | 111100 | 11101 | 101 | 101001001 | 1010100 | 1000010 |
Color Harmonies of #F160AC
Complementary color
Monochromatic Colors of #F160AC
Black with #F160AC
Text Example
Text Example
White with #F160AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F160AC; }
p { color: rgb(241,96,172); }
H1.HeaderClassName
{
color: #F160AC;
}
.AnyTagClassName
{
color: #F160AC;
}
</style>
background-color css
<style>
a { background-color: #F160AC; }
a { background-color: rgb(241,96,172); }
div.DivClassName
{
background-color: #F160AC;
}
.BgClassName
{
background-color: #F160AC;
}
</style>
border-color css
<style>
span { border-color: #F160AC; }
span { border-color: rgb(241,96,172); }
td.TdClassName
{
border-color: #F160AC;
}
.TagClassName
{
border-color: #F160AC;
}
</style>