Shades of Deep Pink #F0078B
Tints of Deep Pink #F0078B
RGB
CMYK
RGB Variations
Color information
#F0078B (or 0xF0078B) is known color: Deep Pink. HEX triplet: F0, 07 and 8B. RGB value is (240,7,139). Sum of RGB (Red+Green+Blue) = 240+7+139=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F0078B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0078B is #0FF874. Grayscale: #5B5B5B. Windows color (decimal): -1046645 or 9111536. OLE color: 9111536.
HSL color Cylindrical-coordinate representation of color #F0078B: hue angle of 326.01º 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 #F0078B is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 139 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.06 |
| HSL | 326.01º | 0.94% | 0.48% | - |
| HSV(B) | 326.01º | 0.97% | 0.94% | - |
| XYZ | 40.67 | 20.54 | 26.25 | - |
| YUV | 91.72 | 154.69 | 233.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 139 | 0 | 0.97 | 0.42 | 0.06 | 326.01 | 0.94 | 0.48 |
| Hex | F0 | 7 | 8B | 0 | 61 | 2A | 6 | 146 | 5E | 30 |
| Octal | 360 | 7 | 213 | 0 | 141 | 52 | 6 | 506 | 136 | 60 |
| Binary | 11110000 | 111 | 10001011 | 0 | 1100001 | 101010 | 110 | 101000110 | 1011110 | 110000 |
Color Harmonies of #F0078B
Complementary color
Monochromatic Colors of #F0078B
Black with #F0078B
Text Example
Text Example
White with #F0078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0078B; }
p { color: rgb(240,7,139); }
H1.HeaderClassName
{
color: #F0078B;
}
.AnyTagClassName
{
color: #F0078B;
}
</style>
background-color css
<style>
a { background-color: #F0078B; }
a { background-color: rgb(240,7,139); }
div.DivClassName
{
background-color: #F0078B;
}
.BgClassName
{
background-color: #F0078B;
}
</style>
border-color css
<style>
span { border-color: #F0078B; }
span { border-color: rgb(240,7,139); }
td.TdClassName
{
border-color: #F0078B;
}
.TagClassName
{
border-color: #F0078B;
}
</style>