Shades of Deep Pink #F0078A
Tints of Deep Pink #F0078A
RGB
CMYK
RGB Variations
Color information
#F0078A (or 0xF0078A) is known color: Deep Pink. HEX triplet: F0, 07 and 8A. RGB value is (240,7,138). Sum of RGB (Red+Green+Blue) = 240+7+138=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0078A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0078A is #0FF875. Grayscale: #5B5B5B. Windows color (decimal): -1046646 or 9046000. OLE color: 9046000.
HSL color Cylindrical-coordinate representation of color #F0078A: hue angle of 326.27º 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 #F0078A is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 138 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.06 |
| HSL | 326.27º | 0.94% | 0.48% | - |
| HSV(B) | 326.27º | 0.97% | 0.94% | - |
| XYZ | 40.6 | 20.51 | 25.86 | - |
| YUV | 91.6 | 154.19 | 233.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 138 | 0 | 0.97 | 0.42 | 0.06 | 326.27 | 0.94 | 0.48 |
| Hex | F0 | 7 | 8A | 0 | 61 | 2A | 6 | 146 | 5E | 30 |
| Octal | 360 | 7 | 212 | 0 | 141 | 52 | 6 | 506 | 136 | 60 |
| Binary | 11110000 | 111 | 10001010 | 0 | 1100001 | 101010 | 110 | 101000110 | 1011110 | 110000 |
Color Harmonies of #F0078A
Complementary color
Monochromatic Colors of #F0078A
Black with #F0078A
Text Example
Text Example
White with #F0078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0078A; }
p { color: rgb(240,7,138); }
H1.HeaderClassName
{
color: #F0078A;
}
.AnyTagClassName
{
color: #F0078A;
}
</style>
background-color css
<style>
a { background-color: #F0078A; }
a { background-color: rgb(240,7,138); }
div.DivClassName
{
background-color: #F0078A;
}
.BgClassName
{
background-color: #F0078A;
}
</style>
border-color css
<style>
span { border-color: #F0078A; }
span { border-color: rgb(240,7,138); }
td.TdClassName
{
border-color: #F0078A;
}
.TagClassName
{
border-color: #F0078A;
}
</style>