Shades of Deep Pink #F0097E
Tints of Deep Pink #F0097E
RGB
CMYK
RGB Variations
Color information
#F0097E (or 0xF0097E) is known color: Deep Pink. HEX triplet: F0, 09 and 7E. RGB value is (240,9,126). Sum of RGB (Red+Green+Blue) = 240+9+126=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F0097E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0097E is #0FF681. Grayscale: #5B5B5B. Windows color (decimal): -1046146 or 8260080. OLE color: 8260080.
HSL color Cylindrical-coordinate representation of color #F0097E: hue angle of 329.61º 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 #F0097E is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 126 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.06 |
| HSL | 329.61º | 0.93% | 0.49% | - |
| HSV(B) | 329.61º | 0.96% | 0.94% | - |
| XYZ | 39.8 | 20.23 | 21.55 | - |
| YUV | 91.41 | 147.53 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 126 | 0 | 0.96 | 0.48 | 0.06 | 329.61 | 0.93 | 0.49 |
| Hex | F0 | 9 | 7E | 0 | 60 | 30 | 6 | 14A | 5D | 31 |
| Octal | 360 | 11 | 176 | 0 | 140 | 60 | 6 | 512 | 135 | 61 |
| Binary | 11110000 | 1001 | 1111110 | 0 | 1100000 | 110000 | 110 | 101001010 | 1011101 | 110001 |
Color Harmonies of #F0097E
Complementary color
Monochromatic Colors of #F0097E
Black with #F0097E
Text Example
Text Example
White with #F0097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0097E; }
p { color: rgb(240,9,126); }
H1.HeaderClassName
{
color: #F0097E;
}
.AnyTagClassName
{
color: #F0097E;
}
</style>
background-color css
<style>
a { background-color: #F0097E; }
a { background-color: rgb(240,9,126); }
div.DivClassName
{
background-color: #F0097E;
}
.BgClassName
{
background-color: #F0097E;
}
</style>
border-color css
<style>
span { border-color: #F0097E; }
span { border-color: rgb(240,9,126); }
td.TdClassName
{
border-color: #F0097E;
}
.TagClassName
{
border-color: #F0097E;
}
</style>