Shades of Hot Pink #F06DBB
Tints of Hot Pink #F06DBB
RGB
CMYK
RGB Variations
Color information
#F06DBB (or 0xF06DBB) is known color: Hot Pink. HEX triplet: F0, 6D and BB. RGB value is (240,109,187). Sum of RGB (Red+Green+Blue) = 240+109+187=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DBB is #0F9244. Grayscale: #9C9C9C. Windows color (decimal): -1020485 or 12283376. OLE color: 12283376.
HSL color Cylindrical-coordinate representation of color #F06DBB: hue angle of 324.27º degrees, saturation: 0.81, 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 #F06DBB is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 187 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.06 |
| HSL | 324.27º | 0.81% | 0.68% | - |
| HSV(B) | 324.27º | 0.55% | 0.94% | - |
| XYZ | 50.37 | 33.05 | 50.74 | - |
| YUV | 157.06 | 144.9 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 187 | 0 | 0.55 | 0.22 | 0.06 | 324.27 | 0.81 | 0.68 |
| Hex | F0 | 6D | BB | 0 | 37 | 16 | 6 | 144 | 51 | 44 |
| Octal | 360 | 155 | 273 | 0 | 67 | 26 | 6 | 504 | 121 | 104 |
| Binary | 11110000 | 1101101 | 10111011 | 0 | 110111 | 10110 | 110 | 101000100 | 1010001 | 1000100 |
Color Harmonies of #F06DBB
Complementary color
Monochromatic Colors of #F06DBB
Black with #F06DBB
Text Example
Text Example
White with #F06DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06DBB; }
p { color: rgb(240,109,187); }
H1.HeaderClassName
{
color: #F06DBB;
}
.AnyTagClassName
{
color: #F06DBB;
}
</style>
background-color css
<style>
a { background-color: #F06DBB; }
a { background-color: rgb(240,109,187); }
div.DivClassName
{
background-color: #F06DBB;
}
.BgClassName
{
background-color: #F06DBB;
}
</style>
border-color css
<style>
span { border-color: #F06DBB; }
span { border-color: rgb(240,109,187); }
td.TdClassName
{
border-color: #F06DBB;
}
.TagClassName
{
border-color: #F06DBB;
}
</style>