Shades of Hot Pink #F166BC
Tints of Hot Pink #F166BC
RGB
CMYK
RGB Variations
Color information
#F166BC (or 0xF166BC) is known color: Hot Pink. HEX triplet: F1, 66 and BC. RGB value is (241,102,188). Sum of RGB (Red+Green+Blue) = 241+102+188=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F166BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166BC is #0E9943. Grayscale: #999999. Windows color (decimal): -956740 or 12347121. OLE color: 12347121.
HSL color Cylindrical-coordinate representation of color #F166BC: hue angle of 322.88º 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 #F166BC is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 188 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.05 |
| HSL | 322.88º | 0.83% | 0.67% | - |
| HSV(B) | 322.88º | 0.58% | 0.95% | - |
| XYZ | 50.1 | 31.83 | 51.08 | - |
| YUV | 153.37 | 147.55 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 188 | 0 | 0.58 | 0.22 | 0.05 | 322.88 | 0.83 | 0.67 |
| Hex | F1 | 66 | BC | 0 | 3A | 16 | 5 | 143 | 53 | 43 |
| Octal | 361 | 146 | 274 | 0 | 72 | 26 | 5 | 503 | 123 | 103 |
| Binary | 11110001 | 1100110 | 10111100 | 0 | 111010 | 10110 | 101 | 101000011 | 1010011 | 1000011 |
Color Harmonies of #F166BC
Complementary color
Monochromatic Colors of #F166BC
Black with #F166BC
Text Example
Text Example
White with #F166BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166BC; }
p { color: rgb(241,102,188); }
H1.HeaderClassName
{
color: #F166BC;
}
.AnyTagClassName
{
color: #F166BC;
}
</style>
background-color css
<style>
a { background-color: #F166BC; }
a { background-color: rgb(241,102,188); }
div.DivClassName
{
background-color: #F166BC;
}
.BgClassName
{
background-color: #F166BC;
}
</style>
border-color css
<style>
span { border-color: #F166BC; }
span { border-color: rgb(241,102,188); }
td.TdClassName
{
border-color: #F166BC;
}
.TagClassName
{
border-color: #F166BC;
}
</style>