Shades of Deep Pink #F0097C
Tints of Deep Pink #F0097C
RGB
CMYK
RGB Variations
Color information
#F0097C (or 0xF0097C) is known color: Deep Pink. HEX triplet: F0, 09 and 7C. RGB value is (240,9,124). Sum of RGB (Red+Green+Blue) = 240+9+124=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F0097C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0097C is #0FF683. Grayscale: #5A5A5A. Windows color (decimal): -1046148 or 8129008. OLE color: 8129008.
HSL color Cylindrical-coordinate representation of color #F0097C: hue angle of 330.13º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0097C is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 124 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.06 |
| HSL | 330.13º | 0.93% | 0.49% | - |
| HSV(B) | 330.13º | 0.96% | 0.94% | - |
| XYZ | 39.67 | 20.18 | 20.87 | - |
| YUV | 91.18 | 146.53 | 234.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 124 | 0 | 0.96 | 0.48 | 0.06 | 330.13 | 0.93 | 0.49 |
| Hex | F0 | 9 | 7C | 0 | 60 | 30 | 6 | 14A | 5D | 31 |
| Octal | 360 | 11 | 174 | 0 | 140 | 60 | 6 | 512 | 135 | 61 |
| Binary | 11110000 | 1001 | 1111100 | 0 | 1100000 | 110000 | 110 | 101001010 | 1011101 | 110001 |
Color Harmonies of #F0097C
Complementary color
Monochromatic Colors of #F0097C
Black with #F0097C
Text Example
Text Example
White with #F0097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0097C; }
p { color: rgb(240,9,124); }
H1.HeaderClassName
{
color: #F0097C;
}
.AnyTagClassName
{
color: #F0097C;
}
</style>
background-color css
<style>
a { background-color: #F0097C; }
a { background-color: rgb(240,9,124); }
div.DivClassName
{
background-color: #F0097C;
}
.BgClassName
{
background-color: #F0097C;
}
</style>
border-color css
<style>
span { border-color: #F0097C; }
span { border-color: rgb(240,9,124); }
td.TdClassName
{
border-color: #F0097C;
}
.TagClassName
{
border-color: #F0097C;
}
</style>