Shades of Hot Pink #F66BBC
Tints of Hot Pink #F66BBC
RGB
CMYK
RGB Variations
Color information
#F66BBC (or 0xF66BBC) is known color: Hot Pink. HEX triplet: F6, 6B and BC. RGB value is (246,107,188). Sum of RGB (Red+Green+Blue) = 246+107+188=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 107 (42.19% from 255 or 19.78% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F66BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66BBC is #099443. Grayscale: #9D9D9D. Windows color (decimal): -627780 or 12348406. OLE color: 12348406.
HSL color Cylindrical-coordinate representation of color #F66BBC: hue angle of 325.04º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F66BBC is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 107 | 188 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.04 |
| HSL | 325.04º | 0.89% | 0.69% | - |
| HSV(B) | 325.04º | 0.57% | 0.96% | - |
| XYZ | 52.34 | 33.74 | 51.33 | - |
| YUV | 157.8 | 145.05 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 107 | 188 | 0 | 0.57 | 0.24 | 0.04 | 325.04 | 0.89 | 0.69 |
| Hex | F6 | 6B | BC | 0 | 39 | 18 | 4 | 145 | 59 | 45 |
| Octal | 366 | 153 | 274 | 0 | 71 | 30 | 4 | 505 | 131 | 105 |
| Binary | 11110110 | 1101011 | 10111100 | 0 | 111001 | 11000 | 100 | 101000101 | 1011001 | 1000101 |
Color Harmonies of #F66BBC
Complementary color
Monochromatic Colors of #F66BBC
Black with #F66BBC
Text Example
Text Example
White with #F66BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66BBC; }
p { color: rgb(246,107,188); }
H1.HeaderClassName
{
color: #F66BBC;
}
.AnyTagClassName
{
color: #F66BBC;
}
</style>
background-color css
<style>
a { background-color: #F66BBC; }
a { background-color: rgb(246,107,188); }
div.DivClassName
{
background-color: #F66BBC;
}
.BgClassName
{
background-color: #F66BBC;
}
</style>
border-color css
<style>
span { border-color: #F66BBC; }
span { border-color: rgb(246,107,188); }
td.TdClassName
{
border-color: #F66BBC;
}
.TagClassName
{
border-color: #F66BBC;
}
</style>