Shades of Hot Pink #F06DB0
Tints of Hot Pink #F06DB0
RGB
CMYK
RGB Variations
Color information
#F06DB0 (or 0xF06DB0) is known color: Hot Pink. HEX triplet: F0, 6D and B0. RGB value is (240,109,176). Sum of RGB (Red+Green+Blue) = 240+109+176=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06DB0 is #0F924F. Grayscale: #9B9B9B. Windows color (decimal): -1020496 or 11562480. OLE color: 11562480.
HSL color Cylindrical-coordinate representation of color #F06DB0: hue angle of 329.31º 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 #F06DB0 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 176 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.06 |
| HSL | 329.31º | 0.81% | 0.68% | - |
| HSV(B) | 329.31º | 0.55% | 0.94% | - |
| XYZ | 49.24 | 32.6 | 44.77 | - |
| YUV | 155.81 | 139.4 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 176 | 0 | 0.55 | 0.27 | 0.06 | 329.31 | 0.81 | 0.68 |
| Hex | F0 | 6D | B0 | 0 | 37 | 1B | 6 | 149 | 51 | 44 |
| Octal | 360 | 155 | 260 | 0 | 67 | 33 | 6 | 511 | 121 | 104 |
| Binary | 11110000 | 1101101 | 10110000 | 0 | 110111 | 11011 | 110 | 101001001 | 1010001 | 1000100 |
Color Harmonies of #F06DB0
Complementary color
Monochromatic Colors of #F06DB0
Black with #F06DB0
Text Example
Text Example
White with #F06DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06DB0; }
p { color: rgb(240,109,176); }
H1.HeaderClassName
{
color: #F06DB0;
}
.AnyTagClassName
{
color: #F06DB0;
}
</style>
background-color css
<style>
a { background-color: #F06DB0; }
a { background-color: rgb(240,109,176); }
div.DivClassName
{
background-color: #F06DB0;
}
.BgClassName
{
background-color: #F06DB0;
}
</style>
border-color css
<style>
span { border-color: #F06DB0; }
span { border-color: rgb(240,109,176); }
td.TdClassName
{
border-color: #F06DB0;
}
.TagClassName
{
border-color: #F06DB0;
}
</style>