Shades of Deep Pink #F00084
Tints of Deep Pink #F00084
RGB
CMYK
RGB Variations
Color information
#F00084 (or 0xF00084) is known color: Deep Pink. HEX triplet: F0, 00 and 84. RGB value is (240,0,132). Sum of RGB (Red+Green+Blue) = 240+0+132=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F00084 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00084 is #0FFF7B. Grayscale: #565656. Windows color (decimal): -1048444 or 8650992. OLE color: 8650992.
HSL color Cylindrical-coordinate representation of color #F00084: hue angle of 327º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00084 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.45 | 0.06 |
| HSL | 327º | 1% | 0.47% | - |
| HSV(B) | 327º | 1% | 0.94% | - |
| XYZ | 40.1 | 20.19 | 23.61 | - |
| YUV | 86.81 | 153.51 | 237.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 132 | 0 | 1 | 0.45 | 0.06 | 327 | 1 | 0.47 |
| Hex | F0 | 0 | 84 | 0 | 64 | 2D | 6 | 147 | 64 | 2F |
| Octal | 360 | 0 | 204 | 0 | 144 | 55 | 6 | 507 | 144 | 57 |
| Binary | 11110000 | 0 | 10000100 | 0 | 1100100 | 101101 | 110 | 101000111 | 1100100 | 101111 |
Color Harmonies of #F00084
Complementary color
Monochromatic Colors of #F00084
Black with #F00084
Text Example
Text Example
White with #F00084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00084; }
p { color: rgb(240,0,132); }
H1.HeaderClassName
{
color: #F00084;
}
.AnyTagClassName
{
color: #F00084;
}
</style>
background-color css
<style>
a { background-color: #F00084; }
a { background-color: rgb(240,0,132); }
div.DivClassName
{
background-color: #F00084;
}
.BgClassName
{
background-color: #F00084;
}
</style>
border-color css
<style>
span { border-color: #F00084; }
span { border-color: rgb(240,0,132); }
td.TdClassName
{
border-color: #F00084;
}
.TagClassName
{
border-color: #F00084;
}
</style>