Shades of Deep Pink #F4148E
Tints of Deep Pink #F4148E
RGB
CMYK
RGB Variations
Color information
#F4148E (or 0xF4148E) is known color: Deep Pink. HEX triplet: F4, 14 and 8E. RGB value is (244,20,142). Sum of RGB (Red+Green+Blue) = 244+20+142=406 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.10% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 244 - color contains mainly: red. Hex color #F4148E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4148E is #0BEB71. Grayscale: #646464. Windows color (decimal): -781170 or 9311476. OLE color: 9311476.
HSL color Cylindrical-coordinate representation of color #F4148E: hue angle of 327.32º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F4148E is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 142 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.04 |
| HSL | 327.32º | 0.91% | 0.52% | - |
| HSV(B) | 327.32º | 0.92% | 0.96% | - |
| XYZ | 42.44 | 21.69 | 27.54 | - |
| YUV | 100.88 | 151.21 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 142 | 0 | 0.92 | 0.42 | 0.04 | 327.32 | 0.91 | 0.52 |
| Hex | F4 | 14 | 8E | 0 | 5C | 2A | 4 | 147 | 5B | 34 |
| Octal | 364 | 24 | 216 | 0 | 134 | 52 | 4 | 507 | 133 | 64 |
| Binary | 11110100 | 10100 | 10001110 | 0 | 1011100 | 101010 | 100 | 101000111 | 1011011 | 110100 |
Color Harmonies of #F4148E
Complementary color
Monochromatic Colors of #F4148E
Black with #F4148E
Text Example
Text Example
White with #F4148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4148E; }
p { color: rgb(244,20,142); }
H1.HeaderClassName
{
color: #F4148E;
}
.AnyTagClassName
{
color: #F4148E;
}
</style>
background-color css
<style>
a { background-color: #F4148E; }
a { background-color: rgb(244,20,142); }
div.DivClassName
{
background-color: #F4148E;
}
.BgClassName
{
background-color: #F4148E;
}
</style>
border-color css
<style>
span { border-color: #F4148E; }
span { border-color: rgb(244,20,142); }
td.TdClassName
{
border-color: #F4148E;
}
.TagClassName
{
border-color: #F4148E;
}
</style>