Shades of Hot Pink #F166AD
Tints of Hot Pink #F166AD
RGB
CMYK
RGB Variations
Color information
#F166AD (or 0xF166AD) is known color: Hot Pink. HEX triplet: F1, 66 and AD. RGB value is (241,102,173). Sum of RGB (Red+Green+Blue) = 241+102+173=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F166AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F166AD is #0E9952. Grayscale: #979797. Windows color (decimal): -956755 or 11364081. OLE color: 11364081.
HSL color Cylindrical-coordinate representation of color #F166AD: hue angle of 329.35º 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 #F166AD is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 173 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.05 |
| HSL | 329.35º | 0.83% | 0.67% | - |
| HSV(B) | 329.35º | 0.58% | 0.95% | - |
| XYZ | 48.57 | 31.22 | 43 | - |
| YUV | 151.66 | 140.05 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 173 | 0 | 0.58 | 0.28 | 0.05 | 329.35 | 0.83 | 0.67 |
| Hex | F1 | 66 | AD | 0 | 3A | 1C | 5 | 149 | 53 | 43 |
| Octal | 361 | 146 | 255 | 0 | 72 | 34 | 5 | 511 | 123 | 103 |
| Binary | 11110001 | 1100110 | 10101101 | 0 | 111010 | 11100 | 101 | 101001001 | 1010011 | 1000011 |
Color Harmonies of #F166AD
Complementary color
Monochromatic Colors of #F166AD
Black with #F166AD
Text Example
Text Example
White with #F166AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166AD; }
p { color: rgb(241,102,173); }
H1.HeaderClassName
{
color: #F166AD;
}
.AnyTagClassName
{
color: #F166AD;
}
</style>
background-color css
<style>
a { background-color: #F166AD; }
a { background-color: rgb(241,102,173); }
div.DivClassName
{
background-color: #F166AD;
}
.BgClassName
{
background-color: #F166AD;
}
</style>
border-color css
<style>
span { border-color: #F166AD; }
span { border-color: rgb(241,102,173); }
td.TdClassName
{
border-color: #F166AD;
}
.TagClassName
{
border-color: #F166AD;
}
</style>