Shades of Hot Pink #F06DA4
Tints of Hot Pink #F06DA4
RGB
CMYK
RGB Variations
Color information
#F06DA4 (or 0xF06DA4) is known color: Hot Pink. HEX triplet: F0, 6D and A4. RGB value is (240,109,164). Sum of RGB (Red+Green+Blue) = 240+109+164=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F06DA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06DA4 is #0F925B. Grayscale: #9A9A9A. Windows color (decimal): -1020508 or 10776048. OLE color: 10776048.
HSL color Cylindrical-coordinate representation of color #F06DA4: hue angle of 334.81º 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 #F06DA4 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 164 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.06 |
| HSL | 334.81º | 0.81% | 0.68% | - |
| HSV(B) | 334.81º | 0.55% | 0.94% | - |
| XYZ | 48.1 | 32.14 | 38.79 | - |
| YUV | 154.44 | 133.4 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 164 | 0 | 0.55 | 0.32 | 0.06 | 334.81 | 0.81 | 0.68 |
| Hex | F0 | 6D | A4 | 0 | 37 | 20 | 6 | 14F | 51 | 44 |
| Octal | 360 | 155 | 244 | 0 | 67 | 40 | 6 | 517 | 121 | 104 |
| Binary | 11110000 | 1101101 | 10100100 | 0 | 110111 | 100000 | 110 | 101001111 | 1010001 | 1000100 |
Color Harmonies of #F06DA4
Complementary color
Monochromatic Colors of #F06DA4
Black with #F06DA4
Text Example
Text Example
White with #F06DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06DA4; }
p { color: rgb(240,109,164); }
H1.HeaderClassName
{
color: #F06DA4;
}
.AnyTagClassName
{
color: #F06DA4;
}
</style>
background-color css
<style>
a { background-color: #F06DA4; }
a { background-color: rgb(240,109,164); }
div.DivClassName
{
background-color: #F06DA4;
}
.BgClassName
{
background-color: #F06DA4;
}
</style>
border-color css
<style>
span { border-color: #F06DA4; }
span { border-color: rgb(240,109,164); }
td.TdClassName
{
border-color: #F06DA4;
}
.TagClassName
{
border-color: #F06DA4;
}
</style>