Shades of Deep Pink #F0007D
Tints of Deep Pink #F0007D
RGB
CMYK
RGB Variations
Color information
#F0007D (or 0xF0007D) is known color: Deep Pink. HEX triplet: F0, 00 and 7D. RGB value is (240,0,125). Sum of RGB (Red+Green+Blue) = 240+0+125=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F0007D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0007D is #0FFF82. Grayscale: #555555. Windows color (decimal): -1048451 or 8192240. OLE color: 8192240.
HSL color Cylindrical-coordinate representation of color #F0007D: hue angle of 328.75º 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 #F0007D is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.48 | 0.06 |
| HSL | 328.75º | 1% | 0.47% | - |
| HSV(B) | 328.75º | 1% | 0.94% | - |
| XYZ | 39.64 | 20.01 | 21.17 | - |
| YUV | 86.01 | 150.01 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 125 | 0 | 1 | 0.48 | 0.06 | 328.75 | 1 | 0.47 |
| Hex | F0 | 0 | 7D | 0 | 64 | 30 | 6 | 149 | 64 | 2F |
| Octal | 360 | 0 | 175 | 0 | 144 | 60 | 6 | 511 | 144 | 57 |
| Binary | 11110000 | 0 | 1111101 | 0 | 1100100 | 110000 | 110 | 101001001 | 1100100 | 101111 |
Color Harmonies of #F0007D
Complementary color
Monochromatic Colors of #F0007D
Black with #F0007D
Text Example
Text Example
White with #F0007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0007D; }
p { color: rgb(240,0,125); }
H1.HeaderClassName
{
color: #F0007D;
}
.AnyTagClassName
{
color: #F0007D;
}
</style>
background-color css
<style>
a { background-color: #F0007D; }
a { background-color: rgb(240,0,125); }
div.DivClassName
{
background-color: #F0007D;
}
.BgClassName
{
background-color: #F0007D;
}
</style>
border-color css
<style>
span { border-color: #F0007D; }
span { border-color: rgb(240,0,125); }
td.TdClassName
{
border-color: #F0007D;
}
.TagClassName
{
border-color: #F0007D;
}
</style>