Shades of Deep Pink #F4187C
Tints of Deep Pink #F4187C
RGB
CMYK
RGB Variations
Color information
#F4187C (or 0xF4187C) is known color: Deep Pink. HEX triplet: F4, 18 and 7C. RGB value is (244,24,124). Sum of RGB (Red+Green+Blue) = 244+24+124=392 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.24% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 244 - color contains mainly: red. Hex color #F4187C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4187C is #0BE783. Grayscale: #656565. Windows color (decimal): -780164 or 8132852. OLE color: 8132852.
HSL color Cylindrical-coordinate representation of color #F4187C: hue angle of 332.73º 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 #F4187C is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 124 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.04 |
| HSL | 332.73º | 0.91% | 0.53% | - |
| HSV(B) | 332.73º | 0.9% | 0.96% | - |
| XYZ | 41.27 | 21.34 | 21.01 | - |
| YUV | 101.18 | 140.89 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 124 | 0 | 0.90 | 0.49 | 0.04 | 332.73 | 0.91 | 0.53 |
| Hex | F4 | 18 | 7C | 0 | 5A | 31 | 4 | 14D | 5B | 35 |
| Octal | 364 | 30 | 174 | 0 | 132 | 61 | 4 | 515 | 133 | 65 |
| Binary | 11110100 | 11000 | 1111100 | 0 | 1011010 | 110001 | 100 | 101001101 | 1011011 | 110101 |
Color Harmonies of #F4187C
Complementary color
Monochromatic Colors of #F4187C
Black with #F4187C
Text Example
Text Example
White with #F4187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4187C; }
p { color: rgb(244,24,124); }
H1.HeaderClassName
{
color: #F4187C;
}
.AnyTagClassName
{
color: #F4187C;
}
</style>
background-color css
<style>
a { background-color: #F4187C; }
a { background-color: rgb(244,24,124); }
div.DivClassName
{
background-color: #F4187C;
}
.BgClassName
{
background-color: #F4187C;
}
</style>
border-color css
<style>
span { border-color: #F4187C; }
span { border-color: rgb(244,24,124); }
td.TdClassName
{
border-color: #F4187C;
}
.TagClassName
{
border-color: #F4187C;
}
</style>