Shades of Deep Pink #F4188A
Tints of Deep Pink #F4188A
RGB
CMYK
RGB Variations
Color information
#F4188A (or 0xF4188A) is known color: Deep Pink. HEX triplet: F4, 18 and 8A. RGB value is (244,24,138). Sum of RGB (Red+Green+Blue) = 244+24+138=406 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.10% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 244 - color contains mainly: red. Hex color #F4188A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4188A is #0BE775. Grayscale: #666666. Windows color (decimal): -780150 or 9050356. OLE color: 9050356.
HSL color Cylindrical-coordinate representation of color #F4188A: hue angle of 328.91º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4188A is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 138 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.04 |
| HSL | 328.91º | 0.91% | 0.53% | - |
| HSV(B) | 328.91º | 0.9% | 0.96% | - |
| XYZ | 42.22 | 21.72 | 26.01 | - |
| YUV | 102.78 | 147.89 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 138 | 0 | 0.90 | 0.43 | 0.04 | 328.91 | 0.91 | 0.53 |
| Hex | F4 | 18 | 8A | 0 | 5A | 2B | 4 | 149 | 5B | 35 |
| Octal | 364 | 30 | 212 | 0 | 132 | 53 | 4 | 511 | 133 | 65 |
| Binary | 11110100 | 11000 | 10001010 | 0 | 1011010 | 101011 | 100 | 101001001 | 1011011 | 110101 |
Color Harmonies of #F4188A
Complementary color
Monochromatic Colors of #F4188A
Black with #F4188A
Text Example
Text Example
White with #F4188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4188A; }
p { color: rgb(244,24,138); }
H1.HeaderClassName
{
color: #F4188A;
}
.AnyTagClassName
{
color: #F4188A;
}
</style>
background-color css
<style>
a { background-color: #F4188A; }
a { background-color: rgb(244,24,138); }
div.DivClassName
{
background-color: #F4188A;
}
.BgClassName
{
background-color: #F4188A;
}
</style>
border-color css
<style>
span { border-color: #F4188A; }
span { border-color: rgb(244,24,138); }
td.TdClassName
{
border-color: #F4188A;
}
.TagClassName
{
border-color: #F4188A;
}
</style>