Shades of Deep Pink #F4098F
Tints of Deep Pink #F4098F
RGB
CMYK
RGB Variations
Color information
#F4098F (or 0xF4098F) is known color: Deep Pink. HEX triplet: F4, 09 and 8F. RGB value is (244,9,143). Sum of RGB (Red+Green+Blue) = 244+9+143=396 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.62% from 396); Green value is 9 (3.91% from 255 or 2.27% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 244 - color contains mainly: red. Hex color #F4098F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4098F is #0BF670. Grayscale: #5E5E5E. Windows color (decimal): -783985 or 9374196. OLE color: 9374196.
HSL color Cylindrical-coordinate representation of color #F4098F: hue angle of 325.79º 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 #F4098F is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 143 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.04 |
| HSL | 325.79º | 0.93% | 0.5% | - |
| HSV(B) | 325.79º | 0.96% | 0.96% | - |
| XYZ | 42.36 | 21.41 | 27.89 | - |
| YUV | 94.54 | 155.36 | 234.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 143 | 0 | 0.96 | 0.41 | 0.04 | 325.79 | 0.93 | 0.5 |
| Hex | F4 | 9 | 8F | 0 | 60 | 29 | 4 | 146 | 5D | 32 |
| Octal | 364 | 11 | 217 | 0 | 140 | 51 | 4 | 506 | 135 | 62 |
| Binary | 11110100 | 1001 | 10001111 | 0 | 1100000 | 101001 | 100 | 101000110 | 1011101 | 110010 |
Color Harmonies of #F4098F
Complementary color
Monochromatic Colors of #F4098F
Black with #F4098F
Text Example
Text Example
White with #F4098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4098F; }
p { color: rgb(244,9,143); }
H1.HeaderClassName
{
color: #F4098F;
}
.AnyTagClassName
{
color: #F4098F;
}
</style>
background-color css
<style>
a { background-color: #F4098F; }
a { background-color: rgb(244,9,143); }
div.DivClassName
{
background-color: #F4098F;
}
.BgClassName
{
background-color: #F4098F;
}
</style>
border-color css
<style>
span { border-color: #F4098F; }
span { border-color: rgb(244,9,143); }
td.TdClassName
{
border-color: #F4098F;
}
.TagClassName
{
border-color: #F4098F;
}
</style>