Shades of Deep Pink #F4119B
Tints of Deep Pink #F4119B
RGB
CMYK
RGB Variations
Color information
#F4119B (or 0xF4119B) is known color: Deep Pink. HEX triplet: F4, 11 and 9B. RGB value is (244,17,155). Sum of RGB (Red+Green+Blue) = 244+17+155=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F4119B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4119B is #0BEE64. Grayscale: #646464. Windows color (decimal): -781925 or 10162676. OLE color: 10162676.
HSL color Cylindrical-coordinate representation of color #F4119B: hue angle of 323.52º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4119B is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 155 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.04 |
| HSL | 323.52º | 0.91% | 0.51% | - |
| HSV(B) | 323.52º | 0.93% | 0.96% | - |
| XYZ | 43.43 | 22 | 32.97 | - |
| YUV | 100.61 | 158.71 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 155 | 0 | 0.93 | 0.36 | 0.04 | 323.52 | 0.91 | 0.51 |
| Hex | F4 | 11 | 9B | 0 | 5D | 24 | 4 | 144 | 5B | 33 |
| Octal | 364 | 21 | 233 | 0 | 135 | 44 | 4 | 504 | 133 | 63 |
| Binary | 11110100 | 10001 | 10011011 | 0 | 1011101 | 100100 | 100 | 101000100 | 1011011 | 110011 |
Color Harmonies of #F4119B
Complementary color
Monochromatic Colors of #F4119B
Black with #F4119B
Text Example
Text Example
White with #F4119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4119B; }
p { color: rgb(244,17,155); }
H1.HeaderClassName
{
color: #F4119B;
}
.AnyTagClassName
{
color: #F4119B;
}
</style>
background-color css
<style>
a { background-color: #F4119B; }
a { background-color: rgb(244,17,155); }
div.DivClassName
{
background-color: #F4119B;
}
.BgClassName
{
background-color: #F4119B;
}
</style>
border-color css
<style>
span { border-color: #F4119B; }
span { border-color: rgb(244,17,155); }
td.TdClassName
{
border-color: #F4119B;
}
.TagClassName
{
border-color: #F4119B;
}
</style>