Shades of Deep Pink #F0007A
Tints of Deep Pink #F0007A
RGB
CMYK
RGB Variations
Color information
#F0007A (or 0xF0007A) is known color: Deep Pink. HEX triplet: F0, 00 and 7A. RGB value is (240,0,122). Sum of RGB (Red+Green+Blue) = 240+0+122=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F0007A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0007A is #0FFF85. Grayscale: #555555. Windows color (decimal): -1048454 or 7995632. OLE color: 7995632.
HSL color Cylindrical-coordinate representation of color #F0007A: hue angle of 329.5º 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 #F0007A is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.49 | 0.06 |
| HSL | 329.5º | 1% | 0.47% | - |
| HSV(B) | 329.5º | 1% | 0.94% | - |
| XYZ | 39.45 | 19.93 | 20.18 | - |
| YUV | 85.67 | 148.51 | 238.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 122 | 0 | 1 | 0.49 | 0.06 | 329.5 | 1 | 0.47 |
| Hex | F0 | 0 | 7A | 0 | 64 | 31 | 6 | 14A | 64 | 2F |
| Octal | 360 | 0 | 172 | 0 | 144 | 61 | 6 | 512 | 144 | 57 |
| Binary | 11110000 | 0 | 1111010 | 0 | 1100100 | 110001 | 110 | 101001010 | 1100100 | 101111 |
Color Harmonies of #F0007A
Complementary color
Monochromatic Colors of #F0007A
Black with #F0007A
Text Example
Text Example
White with #F0007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0007A; }
p { color: rgb(240,0,122); }
H1.HeaderClassName
{
color: #F0007A;
}
.AnyTagClassName
{
color: #F0007A;
}
</style>
background-color css
<style>
a { background-color: #F0007A; }
a { background-color: rgb(240,0,122); }
div.DivClassName
{
background-color: #F0007A;
}
.BgClassName
{
background-color: #F0007A;
}
</style>
border-color css
<style>
span { border-color: #F0007A; }
span { border-color: rgb(240,0,122); }
td.TdClassName
{
border-color: #F0007A;
}
.TagClassName
{
border-color: #F0007A;
}
</style>