Shades of Hot Pink #F166B1
Tints of Hot Pink #F166B1
RGB
CMYK
RGB Variations
Color information
#F166B1 (or 0xF166B1) is known color: Hot Pink. HEX triplet: F1, 66 and B1. RGB value is (241,102,177). Sum of RGB (Red+Green+Blue) = 241+102+177=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F166B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F166B1 is #0E994E. Grayscale: #979797. Windows color (decimal): -956751 or 11626225. OLE color: 11626225.
HSL color Cylindrical-coordinate representation of color #F166B1: hue angle of 327.63º 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 #F166B1 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 177 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.05 |
| HSL | 327.63º | 0.83% | 0.67% | - |
| HSV(B) | 327.63º | 0.58% | 0.95% | - |
| XYZ | 48.96 | 31.38 | 45.07 | - |
| YUV | 152.11 | 142.05 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 177 | 0 | 0.58 | 0.27 | 0.05 | 327.63 | 0.83 | 0.67 |
| Hex | F1 | 66 | B1 | 0 | 3A | 1B | 5 | 148 | 53 | 43 |
| Octal | 361 | 146 | 261 | 0 | 72 | 33 | 5 | 510 | 123 | 103 |
| Binary | 11110001 | 1100110 | 10110001 | 0 | 111010 | 11011 | 101 | 101001000 | 1010011 | 1000011 |
Color Harmonies of #F166B1
Complementary color
Monochromatic Colors of #F166B1
Black with #F166B1
Text Example
Text Example
White with #F166B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166B1; }
p { color: rgb(241,102,177); }
H1.HeaderClassName
{
color: #F166B1;
}
.AnyTagClassName
{
color: #F166B1;
}
</style>
background-color css
<style>
a { background-color: #F166B1; }
a { background-color: rgb(241,102,177); }
div.DivClassName
{
background-color: #F166B1;
}
.BgClassName
{
background-color: #F166B1;
}
</style>
border-color css
<style>
span { border-color: #F166B1; }
span { border-color: rgb(241,102,177); }
td.TdClassName
{
border-color: #F166B1;
}
.TagClassName
{
border-color: #F166B1;
}
</style>