Shades of Hot Pink #F06BBB
Tints of Hot Pink #F06BBB
RGB
CMYK
RGB Variations
Color information
#F06BBB (or 0xF06BBB) is known color: Hot Pink. HEX triplet: F0, 6B and BB. RGB value is (240,107,187). Sum of RGB (Red+Green+Blue) = 240+107+187=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06BBB is #0F9444. Grayscale: #9B9B9B. Windows color (decimal): -1020997 or 12282864. OLE color: 12282864.
HSL color Cylindrical-coordinate representation of color #F06BBB: hue angle of 323.91º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06BBB is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 187 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.06 |
| HSL | 323.91º | 0.82% | 0.68% | - |
| HSV(B) | 323.91º | 0.55% | 0.94% | - |
| XYZ | 50.16 | 32.63 | 50.67 | - |
| YUV | 155.89 | 145.56 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 187 | 0 | 0.55 | 0.22 | 0.06 | 323.91 | 0.82 | 0.68 |
| Hex | F0 | 6B | BB | 0 | 37 | 16 | 6 | 144 | 52 | 44 |
| Octal | 360 | 153 | 273 | 0 | 67 | 26 | 6 | 504 | 122 | 104 |
| Binary | 11110000 | 1101011 | 10111011 | 0 | 110111 | 10110 | 110 | 101000100 | 1010010 | 1000100 |
Color Harmonies of #F06BBB
Complementary color
Monochromatic Colors of #F06BBB
Black with #F06BBB
Text Example
Text Example
White with #F06BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06BBB; }
p { color: rgb(240,107,187); }
H1.HeaderClassName
{
color: #F06BBB;
}
.AnyTagClassName
{
color: #F06BBB;
}
</style>
background-color css
<style>
a { background-color: #F06BBB; }
a { background-color: rgb(240,107,187); }
div.DivClassName
{
background-color: #F06BBB;
}
.BgClassName
{
background-color: #F06BBB;
}
</style>
border-color css
<style>
span { border-color: #F06BBB; }
span { border-color: rgb(240,107,187); }
td.TdClassName
{
border-color: #F06BBB;
}
.TagClassName
{
border-color: #F06BBB;
}
</style>