Shades of Hot Pink #F06DB4
Tints of Hot Pink #F06DB4
RGB
CMYK
RGB Variations
Color information
#F06DB4 (or 0xF06DB4) is known color: Hot Pink. HEX triplet: F0, 6D and B4. RGB value is (240,109,180). Sum of RGB (Red+Green+Blue) = 240+109+180=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06DB4 is #0F924B. Grayscale: #9C9C9C. Windows color (decimal): -1020492 or 11824624. OLE color: 11824624.
HSL color Cylindrical-coordinate representation of color #F06DB4: hue angle of 327.48º 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 #F06DB4 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 180 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.06 |
| HSL | 327.48º | 0.81% | 0.68% | - |
| HSV(B) | 327.48º | 0.55% | 0.94% | - |
| XYZ | 49.64 | 32.76 | 46.89 | - |
| YUV | 156.26 | 141.4 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 180 | 0 | 0.55 | 0.25 | 0.06 | 327.48 | 0.81 | 0.68 |
| Hex | F0 | 6D | B4 | 0 | 37 | 19 | 6 | 147 | 51 | 44 |
| Octal | 360 | 155 | 264 | 0 | 67 | 31 | 6 | 507 | 121 | 104 |
| Binary | 11110000 | 1101101 | 10110100 | 0 | 110111 | 11001 | 110 | 101000111 | 1010001 | 1000100 |
Color Harmonies of #F06DB4
Complementary color
Monochromatic Colors of #F06DB4
Black with #F06DB4
Text Example
Text Example
White with #F06DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06DB4; }
p { color: rgb(240,109,180); }
H1.HeaderClassName
{
color: #F06DB4;
}
.AnyTagClassName
{
color: #F06DB4;
}
</style>
background-color css
<style>
a { background-color: #F06DB4; }
a { background-color: rgb(240,109,180); }
div.DivClassName
{
background-color: #F06DB4;
}
.BgClassName
{
background-color: #F06DB4;
}
</style>
border-color css
<style>
span { border-color: #F06DB4; }
span { border-color: rgb(240,109,180); }
td.TdClassName
{
border-color: #F06DB4;
}
.TagClassName
{
border-color: #F06DB4;
}
</style>