Shades of Hot Pink #F166AB
Tints of Hot Pink #F166AB
RGB
CMYK
RGB Variations
Color information
#F166AB (or 0xF166AB) is known color: Hot Pink. HEX triplet: F1, 66 and AB. RGB value is (241,102,171). Sum of RGB (Red+Green+Blue) = 241+102+171=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F166AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F166AB is #0E9954. Grayscale: #979797. Windows color (decimal): -956757 or 11233009. OLE color: 11233009.
HSL color Cylindrical-coordinate representation of color #F166AB: hue angle of 330.22º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F166AB is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 171 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.05 |
| HSL | 330.22º | 0.83% | 0.67% | - |
| HSV(B) | 330.22º | 0.58% | 0.95% | - |
| XYZ | 48.38 | 31.14 | 41.99 | - |
| YUV | 151.43 | 139.05 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 171 | 0 | 0.58 | 0.29 | 0.05 | 330.22 | 0.83 | 0.67 |
| Hex | F1 | 66 | AB | 0 | 3A | 1D | 5 | 14A | 53 | 43 |
| Octal | 361 | 146 | 253 | 0 | 72 | 35 | 5 | 512 | 123 | 103 |
| Binary | 11110001 | 1100110 | 10101011 | 0 | 111010 | 11101 | 101 | 101001010 | 1010011 | 1000011 |
Color Harmonies of #F166AB
Complementary color
Monochromatic Colors of #F166AB
Black with #F166AB
Text Example
Text Example
White with #F166AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166AB; }
p { color: rgb(241,102,171); }
H1.HeaderClassName
{
color: #F166AB;
}
.AnyTagClassName
{
color: #F166AB;
}
</style>
background-color css
<style>
a { background-color: #F166AB; }
a { background-color: rgb(241,102,171); }
div.DivClassName
{
background-color: #F166AB;
}
.BgClassName
{
background-color: #F166AB;
}
</style>
border-color css
<style>
span { border-color: #F166AB; }
span { border-color: rgb(241,102,171); }
td.TdClassName
{
border-color: #F166AB;
}
.TagClassName
{
border-color: #F166AB;
}
</style>