Shades of Deep Pink #F0007B
Tints of Deep Pink #F0007B
RGB
CMYK
RGB Variations
Color information
#F0007B (or 0xF0007B) is known color: Deep Pink. HEX triplet: F0, 00 and 7B. RGB value is (240,0,123). Sum of RGB (Red+Green+Blue) = 240+0+123=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F0007B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0007B is #0FFF84. Grayscale: #555555. Windows color (decimal): -1048453 or 8061168. OLE color: 8061168.
HSL color Cylindrical-coordinate representation of color #F0007B: hue angle of 329.25º 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 #F0007B is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.49 | 0.06 |
| HSL | 329.25º | 1% | 0.47% | - |
| HSV(B) | 329.25º | 1% | 0.94% | - |
| XYZ | 39.51 | 19.96 | 20.51 | - |
| YUV | 85.78 | 149.01 | 238 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 123 | 0 | 1 | 0.49 | 0.06 | 329.25 | 1 | 0.47 |
| Hex | F0 | 0 | 7B | 0 | 64 | 31 | 6 | 149 | 64 | 2F |
| Octal | 360 | 0 | 173 | 0 | 144 | 61 | 6 | 511 | 144 | 57 |
| Binary | 11110000 | 0 | 1111011 | 0 | 1100100 | 110001 | 110 | 101001001 | 1100100 | 101111 |
Color Harmonies of #F0007B
Complementary color
Monochromatic Colors of #F0007B
Black with #F0007B
Text Example
Text Example
White with #F0007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0007B; }
p { color: rgb(240,0,123); }
H1.HeaderClassName
{
color: #F0007B;
}
.AnyTagClassName
{
color: #F0007B;
}
</style>
background-color css
<style>
a { background-color: #F0007B; }
a { background-color: rgb(240,0,123); }
div.DivClassName
{
background-color: #F0007B;
}
.BgClassName
{
background-color: #F0007B;
}
</style>
border-color css
<style>
span { border-color: #F0007B; }
span { border-color: rgb(240,0,123); }
td.TdClassName
{
border-color: #F0007B;
}
.TagClassName
{
border-color: #F0007B;
}
</style>