Shades of Deep Pink #F0207E
Tints of Deep Pink #F0207E
RGB
CMYK
RGB Variations
Color information
#F0207E (or 0xF0207E) is known color: Deep Pink. HEX triplet: F0, 20 and 7E. RGB value is (240,32,126). Sum of RGB (Red+Green+Blue) = 240+32+126=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F0207E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0207E is #0FDF81. Grayscale: #686868. Windows color (decimal): -1040258 or 8265968. OLE color: 8265968.
HSL color Cylindrical-coordinate representation of color #F0207E: hue angle of 332.88º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0207E is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 126 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.06 |
| HSL | 332.88º | 0.87% | 0.53% | - |
| HSV(B) | 332.88º | 0.87% | 0.94% | - |
| XYZ | 40.22 | 21.06 | 21.68 | - |
| YUV | 104.91 | 139.91 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 126 | 0 | 0.87 | 0.48 | 0.06 | 332.88 | 0.87 | 0.53 |
| Hex | F0 | 20 | 7E | 0 | 57 | 30 | 6 | 14D | 57 | 35 |
| Octal | 360 | 40 | 176 | 0 | 127 | 60 | 6 | 515 | 127 | 65 |
| Binary | 11110000 | 100000 | 1111110 | 0 | 1010111 | 110000 | 110 | 101001101 | 1010111 | 110101 |
Color Harmonies of #F0207E
Complementary color
Monochromatic Colors of #F0207E
Black with #F0207E
Text Example
Text Example
White with #F0207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0207E; }
p { color: rgb(240,32,126); }
H1.HeaderClassName
{
color: #F0207E;
}
.AnyTagClassName
{
color: #F0207E;
}
</style>
background-color css
<style>
a { background-color: #F0207E; }
a { background-color: rgb(240,32,126); }
div.DivClassName
{
background-color: #F0207E;
}
.BgClassName
{
background-color: #F0207E;
}
</style>
border-color css
<style>
span { border-color: #F0207E; }
span { border-color: rgb(240,32,126); }
td.TdClassName
{
border-color: #F0207E;
}
.TagClassName
{
border-color: #F0207E;
}
</style>