Shades of Deep Pink #F4098E
Tints of Deep Pink #F4098E
RGB
CMYK
RGB Variations
Color information
#F4098E (or 0xF4098E) is known color: Deep Pink. HEX triplet: F4, 09 and 8E. RGB value is (244,9,142). Sum of RGB (Red+Green+Blue) = 244+9+142=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F4098E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4098E is #0BF671. Grayscale: #5E5E5E. Windows color (decimal): -783986 or 9308660. OLE color: 9308660.
HSL color Cylindrical-coordinate representation of color #F4098E: hue angle of 326.04º 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 #F4098E is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 142 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.04 |
| HSL | 326.04º | 0.93% | 0.5% | - |
| HSV(B) | 326.04º | 0.96% | 0.96% | - |
| XYZ | 42.29 | 21.38 | 27.49 | - |
| YUV | 94.43 | 154.86 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 142 | 0 | 0.96 | 0.42 | 0.04 | 326.04 | 0.93 | 0.5 |
| Hex | F4 | 9 | 8E | 0 | 60 | 2A | 4 | 146 | 5D | 32 |
| Octal | 364 | 11 | 216 | 0 | 140 | 52 | 4 | 506 | 135 | 62 |
| Binary | 11110100 | 1001 | 10001110 | 0 | 1100000 | 101010 | 100 | 101000110 | 1011101 | 110010 |
Color Harmonies of #F4098E
Complementary color
Monochromatic Colors of #F4098E
Black with #F4098E
Text Example
Text Example
White with #F4098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4098E; }
p { color: rgb(244,9,142); }
H1.HeaderClassName
{
color: #F4098E;
}
.AnyTagClassName
{
color: #F4098E;
}
</style>
background-color css
<style>
a { background-color: #F4098E; }
a { background-color: rgb(244,9,142); }
div.DivClassName
{
background-color: #F4098E;
}
.BgClassName
{
background-color: #F4098E;
}
</style>
border-color css
<style>
span { border-color: #F4098E; }
span { border-color: rgb(244,9,142); }
td.TdClassName
{
border-color: #F4098E;
}
.TagClassName
{
border-color: #F4098E;
}
</style>