Shades of Deep Pink #F4097E
Tints of Deep Pink #F4097E
RGB
CMYK
RGB Variations
Color information
#F4097E (or 0xF4097E) is known color: Deep Pink. HEX triplet: F4, 09 and 7E. RGB value is (244,9,126). Sum of RGB (Red+Green+Blue) = 244+9+126=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F4097E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4097E is #0BF681. Grayscale: #5C5C5C. Windows color (decimal): -784002 or 8260084. OLE color: 8260084.
HSL color Cylindrical-coordinate representation of color #F4097E: hue angle of 330.13º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F4097E is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 126 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.04 |
| HSL | 330.13º | 0.93% | 0.5% | - |
| HSV(B) | 330.13º | 0.96% | 0.96% | - |
| XYZ | 41.17 | 20.93 | 21.61 | - |
| YUV | 92.6 | 146.86 | 235.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 126 | 0 | 0.96 | 0.48 | 0.04 | 330.13 | 0.93 | 0.5 |
| Hex | F4 | 9 | 7E | 0 | 60 | 30 | 4 | 14A | 5D | 32 |
| Octal | 364 | 11 | 176 | 0 | 140 | 60 | 4 | 512 | 135 | 62 |
| Binary | 11110100 | 1001 | 1111110 | 0 | 1100000 | 110000 | 100 | 101001010 | 1011101 | 110010 |
Color Harmonies of #F4097E
Complementary color
Monochromatic Colors of #F4097E
Black with #F4097E
Text Example
Text Example
White with #F4097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4097E; }
p { color: rgb(244,9,126); }
H1.HeaderClassName
{
color: #F4097E;
}
.AnyTagClassName
{
color: #F4097E;
}
</style>
background-color css
<style>
a { background-color: #F4097E; }
a { background-color: rgb(244,9,126); }
div.DivClassName
{
background-color: #F4097E;
}
.BgClassName
{
background-color: #F4097E;
}
</style>
border-color css
<style>
span { border-color: #F4097E; }
span { border-color: rgb(244,9,126); }
td.TdClassName
{
border-color: #F4097E;
}
.TagClassName
{
border-color: #F4097E;
}
</style>