Shades of Deep Pink #F4098C
Tints of Deep Pink #F4098C
RGB
CMYK
RGB Variations
Color information
#F4098C (or 0xF4098C) is known color: Deep Pink. HEX triplet: F4, 09 and 8C. RGB value is (244,9,140). Sum of RGB (Red+Green+Blue) = 244+9+140=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F4098C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4098C is #0BF673. Grayscale: #5D5D5D. Windows color (decimal): -783988 or 9177588. OLE color: 9177588.
HSL color Cylindrical-coordinate representation of color #F4098C: hue angle of 326.55º 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 #F4098C is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 140 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.04 |
| HSL | 326.55º | 0.93% | 0.5% | - |
| HSV(B) | 326.55º | 0.96% | 0.96% | - |
| XYZ | 42.14 | 21.32 | 26.71 | - |
| YUV | 94.2 | 153.86 | 234.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 140 | 0 | 0.96 | 0.43 | 0.04 | 326.55 | 0.93 | 0.5 |
| Hex | F4 | 9 | 8C | 0 | 60 | 2B | 4 | 147 | 5D | 32 |
| Octal | 364 | 11 | 214 | 0 | 140 | 53 | 4 | 507 | 135 | 62 |
| Binary | 11110100 | 1001 | 10001100 | 0 | 1100000 | 101011 | 100 | 101000111 | 1011101 | 110010 |
Color Harmonies of #F4098C
Complementary color
Monochromatic Colors of #F4098C
Black with #F4098C
Text Example
Text Example
White with #F4098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4098C; }
p { color: rgb(244,9,140); }
H1.HeaderClassName
{
color: #F4098C;
}
.AnyTagClassName
{
color: #F4098C;
}
</style>
background-color css
<style>
a { background-color: #F4098C; }
a { background-color: rgb(244,9,140); }
div.DivClassName
{
background-color: #F4098C;
}
.BgClassName
{
background-color: #F4098C;
}
</style>
border-color css
<style>
span { border-color: #F4098C; }
span { border-color: rgb(244,9,140); }
td.TdClassName
{
border-color: #F4098C;
}
.TagClassName
{
border-color: #F4098C;
}
</style>