Shades of Deep Pink #F00781
Tints of Deep Pink #F00781
RGB
CMYK
RGB Variations
Color information
#F00781 (or 0xF00781) is known color: Deep Pink. HEX triplet: F0, 07 and 81. RGB value is (240,7,129). Sum of RGB (Red+Green+Blue) = 240+7+129=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F00781 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00781 is #0FF87E. Grayscale: #5A5A5A. Windows color (decimal): -1046655 or 8456176. OLE color: 8456176.
HSL color Cylindrical-coordinate representation of color #F00781: hue angle of 328.58º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00781 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 129 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.06 |
| HSL | 328.58º | 0.94% | 0.48% | - |
| HSV(B) | 328.58º | 0.97% | 0.94% | - |
| XYZ | 39.97 | 20.26 | 22.57 | - |
| YUV | 90.58 | 149.69 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 129 | 0 | 0.97 | 0.46 | 0.06 | 328.58 | 0.94 | 0.48 |
| Hex | F0 | 7 | 81 | 0 | 61 | 2E | 6 | 149 | 5E | 30 |
| Octal | 360 | 7 | 201 | 0 | 141 | 56 | 6 | 511 | 136 | 60 |
| Binary | 11110000 | 111 | 10000001 | 0 | 1100001 | 101110 | 110 | 101001001 | 1011110 | 110000 |
Color Harmonies of #F00781
Complementary color
Monochromatic Colors of #F00781
Black with #F00781
Text Example
Text Example
White with #F00781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00781; }
p { color: rgb(240,7,129); }
H1.HeaderClassName
{
color: #F00781;
}
.AnyTagClassName
{
color: #F00781;
}
</style>
background-color css
<style>
a { background-color: #F00781; }
a { background-color: rgb(240,7,129); }
div.DivClassName
{
background-color: #F00781;
}
.BgClassName
{
background-color: #F00781;
}
</style>
border-color css
<style>
span { border-color: #F00781; }
span { border-color: rgb(240,7,129); }
td.TdClassName
{
border-color: #F00781;
}
.TagClassName
{
border-color: #F00781;
}
</style>