Shades of Hot Pink #F06DB5
Tints of Hot Pink #F06DB5
RGB
CMYK
RGB Variations
Color information
#F06DB5 (or 0xF06DB5) is known color: Hot Pink. HEX triplet: F0, 6D and B5. RGB value is (240,109,181). Sum of RGB (Red+Green+Blue) = 240+109+181=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DB5 is #0F924A. Grayscale: #9C9C9C. Windows color (decimal): -1020491 or 11890160. OLE color: 11890160.
HSL color Cylindrical-coordinate representation of color #F06DB5: hue angle of 327.02º 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 #F06DB5 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 181 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.06 |
| HSL | 327.02º | 0.81% | 0.68% | - |
| HSV(B) | 327.02º | 0.55% | 0.94% | - |
| XYZ | 49.74 | 32.8 | 47.43 | - |
| YUV | 156.38 | 141.9 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 181 | 0 | 0.55 | 0.25 | 0.06 | 327.02 | 0.81 | 0.68 |
| Hex | F0 | 6D | B5 | 0 | 37 | 19 | 6 | 147 | 51 | 44 |
| Octal | 360 | 155 | 265 | 0 | 67 | 31 | 6 | 507 | 121 | 104 |
| Binary | 11110000 | 1101101 | 10110101 | 0 | 110111 | 11001 | 110 | 101000111 | 1010001 | 1000100 |
Color Harmonies of #F06DB5
Complementary color
Monochromatic Colors of #F06DB5
Black with #F06DB5
Text Example
Text Example
White with #F06DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06DB5; }
p { color: rgb(240,109,181); }
H1.HeaderClassName
{
color: #F06DB5;
}
.AnyTagClassName
{
color: #F06DB5;
}
</style>
background-color css
<style>
a { background-color: #F06DB5; }
a { background-color: rgb(240,109,181); }
div.DivClassName
{
background-color: #F06DB5;
}
.BgClassName
{
background-color: #F06DB5;
}
</style>
border-color css
<style>
span { border-color: #F06DB5; }
span { border-color: rgb(240,109,181); }
td.TdClassName
{
border-color: #F06DB5;
}
.TagClassName
{
border-color: #F06DB5;
}
</style>