Shades of Deep Pink #F0097B
Tints of Deep Pink #F0097B
RGB
CMYK
RGB Variations
Color information
#F0097B (or 0xF0097B) is known color: Deep Pink. HEX triplet: F0, 09 and 7B. RGB value is (240,9,123). Sum of RGB (Red+Green+Blue) = 240+9+123=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F0097B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0097B is #0FF684. Grayscale: #5A5A5A. Windows color (decimal): -1046149 or 8063472. OLE color: 8063472.
HSL color Cylindrical-coordinate representation of color #F0097B: hue angle of 330.39º 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 #F0097B is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 123 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.06 |
| HSL | 330.39º | 0.93% | 0.49% | - |
| HSV(B) | 330.39º | 0.96% | 0.94% | - |
| XYZ | 39.61 | 20.15 | 20.54 | - |
| YUV | 91.07 | 146.03 | 234.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 123 | 0 | 0.96 | 0.49 | 0.06 | 330.39 | 0.93 | 0.49 |
| Hex | F0 | 9 | 7B | 0 | 60 | 31 | 6 | 14A | 5D | 31 |
| Octal | 360 | 11 | 173 | 0 | 140 | 61 | 6 | 512 | 135 | 61 |
| Binary | 11110000 | 1001 | 1111011 | 0 | 1100000 | 110001 | 110 | 101001010 | 1011101 | 110001 |
Color Harmonies of #F0097B
Complementary color
Monochromatic Colors of #F0097B
Black with #F0097B
Text Example
Text Example
White with #F0097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0097B; }
p { color: rgb(240,9,123); }
H1.HeaderClassName
{
color: #F0097B;
}
.AnyTagClassName
{
color: #F0097B;
}
</style>
background-color css
<style>
a { background-color: #F0097B; }
a { background-color: rgb(240,9,123); }
div.DivClassName
{
background-color: #F0097B;
}
.BgClassName
{
background-color: #F0097B;
}
</style>
border-color css
<style>
span { border-color: #F0097B; }
span { border-color: rgb(240,9,123); }
td.TdClassName
{
border-color: #F0097B;
}
.TagClassName
{
border-color: #F0097B;
}
</style>