Shades of Hot Pink #F166AA
Tints of Hot Pink #F166AA
RGB
CMYK
RGB Variations
Color information
#F166AA (or 0xF166AA) is known color: Hot Pink. HEX triplet: F1, 66 and AA. RGB value is (241,102,170). Sum of RGB (Red+Green+Blue) = 241+102+170=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F166AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F166AA is #0E9955. Grayscale: #979797. Windows color (decimal): -956758 or 11167473. OLE color: 11167473.
HSL color Cylindrical-coordinate representation of color #F166AA: hue angle of 330.65º 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 #F166AA is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 170 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.05 |
| HSL | 330.65º | 0.83% | 0.67% | - |
| HSV(B) | 330.65º | 0.58% | 0.95% | - |
| XYZ | 48.28 | 31.11 | 41.49 | - |
| YUV | 151.31 | 138.55 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 170 | 0 | 0.58 | 0.29 | 0.05 | 330.65 | 0.83 | 0.67 |
| Hex | F1 | 66 | AA | 0 | 3A | 1D | 5 | 14B | 53 | 43 |
| Octal | 361 | 146 | 252 | 0 | 72 | 35 | 5 | 513 | 123 | 103 |
| Binary | 11110001 | 1100110 | 10101010 | 0 | 111010 | 11101 | 101 | 101001011 | 1010011 | 1000011 |
Color Harmonies of #F166AA
Complementary color
Monochromatic Colors of #F166AA
Black with #F166AA
Text Example
Text Example
White with #F166AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166AA; }
p { color: rgb(241,102,170); }
H1.HeaderClassName
{
color: #F166AA;
}
.AnyTagClassName
{
color: #F166AA;
}
</style>
background-color css
<style>
a { background-color: #F166AA; }
a { background-color: rgb(241,102,170); }
div.DivClassName
{
background-color: #F166AA;
}
.BgClassName
{
background-color: #F166AA;
}
</style>
border-color css
<style>
span { border-color: #F166AA; }
span { border-color: rgb(241,102,170); }
td.TdClassName
{
border-color: #F166AA;
}
.TagClassName
{
border-color: #F166AA;
}
</style>