Shades of Deep Pink #F4118E
Tints of Deep Pink #F4118E
RGB
CMYK
RGB Variations
Color information
#F4118E (or 0xF4118E) is known color: Deep Pink. HEX triplet: F4, 11 and 8E. RGB value is (244,17,142). Sum of RGB (Red+Green+Blue) = 244+17+142=403 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.55% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 244 - color contains mainly: red. Hex color #F4118E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4118E is #0BEE71. Grayscale: #626262. Windows color (decimal): -781938 or 9310708. OLE color: 9310708.
HSL color Cylindrical-coordinate representation of color #F4118E: hue angle of 326.96º 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 #F4118E is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 142 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.04 |
| HSL | 326.96º | 0.91% | 0.51% | - |
| HSV(B) | 326.96º | 0.93% | 0.96% | - |
| XYZ | 42.39 | 21.59 | 27.52 | - |
| YUV | 99.12 | 152.21 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 142 | 0 | 0.93 | 0.42 | 0.04 | 326.96 | 0.91 | 0.51 |
| Hex | F4 | 11 | 8E | 0 | 5D | 2A | 4 | 147 | 5B | 33 |
| Octal | 364 | 21 | 216 | 0 | 135 | 52 | 4 | 507 | 133 | 63 |
| Binary | 11110100 | 10001 | 10001110 | 0 | 1011101 | 101010 | 100 | 101000111 | 1011011 | 110011 |
Color Harmonies of #F4118E
Complementary color
Monochromatic Colors of #F4118E
Black with #F4118E
Text Example
Text Example
White with #F4118E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4118E; }
p { color: rgb(244,17,142); }
H1.HeaderClassName
{
color: #F4118E;
}
.AnyTagClassName
{
color: #F4118E;
}
</style>
background-color css
<style>
a { background-color: #F4118E; }
a { background-color: rgb(244,17,142); }
div.DivClassName
{
background-color: #F4118E;
}
.BgClassName
{
background-color: #F4118E;
}
</style>
border-color css
<style>
span { border-color: #F4118E; }
span { border-color: rgb(244,17,142); }
td.TdClassName
{
border-color: #F4118E;
}
.TagClassName
{
border-color: #F4118E;
}
</style>