Shades of Deep Pink #F4118B
Tints of Deep Pink #F4118B
RGB
CMYK
RGB Variations
Color information
#F4118B (or 0xF4118B) is known color: Deep Pink. HEX triplet: F4, 11 and 8B. RGB value is (244,17,139). Sum of RGB (Red+Green+Blue) = 244+17+139=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F4118B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4118B is #0BEE74. Grayscale: #626262. Windows color (decimal): -781941 or 9114100. OLE color: 9114100.
HSL color Cylindrical-coordinate representation of color #F4118B: hue angle of 327.75º 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 #F4118B is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 139 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.04 |
| HSL | 327.75º | 0.91% | 0.51% | - |
| HSV(B) | 327.75º | 0.93% | 0.96% | - |
| XYZ | 42.17 | 21.5 | 26.35 | - |
| YUV | 98.78 | 150.71 | 231.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 139 | 0 | 0.93 | 0.43 | 0.04 | 327.75 | 0.91 | 0.51 |
| Hex | F4 | 11 | 8B | 0 | 5D | 2B | 4 | 148 | 5B | 33 |
| Octal | 364 | 21 | 213 | 0 | 135 | 53 | 4 | 510 | 133 | 63 |
| Binary | 11110100 | 10001 | 10001011 | 0 | 1011101 | 101011 | 100 | 101001000 | 1011011 | 110011 |
Color Harmonies of #F4118B
Complementary color
Monochromatic Colors of #F4118B
Black with #F4118B
Text Example
Text Example
White with #F4118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4118B; }
p { color: rgb(244,17,139); }
H1.HeaderClassName
{
color: #F4118B;
}
.AnyTagClassName
{
color: #F4118B;
}
</style>
background-color css
<style>
a { background-color: #F4118B; }
a { background-color: rgb(244,17,139); }
div.DivClassName
{
background-color: #F4118B;
}
.BgClassName
{
background-color: #F4118B;
}
</style>
border-color css
<style>
span { border-color: #F4118B; }
span { border-color: rgb(244,17,139); }
td.TdClassName
{
border-color: #F4118B;
}
.TagClassName
{
border-color: #F4118B;
}
</style>