Shades of Deep Pink #F4147C
Tints of Deep Pink #F4147C
RGB
CMYK
RGB Variations
Color information
#F4147C (or 0xF4147C) is known color: Deep Pink. HEX triplet: F4, 14 and 7C. RGB value is (244,20,124). Sum of RGB (Red+Green+Blue) = 244+20+124=388 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.89% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 244 - color contains mainly: red. Hex color #F4147C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4147C is #0BEB83. Grayscale: #626262. Windows color (decimal): -781188 or 8131828. OLE color: 8131828.
HSL color Cylindrical-coordinate representation of color #F4147C: hue angle of 332.14º 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 #F4147C is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 124 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.04 |
| HSL | 332.14º | 0.91% | 0.52% | - |
| HSV(B) | 332.14º | 0.92% | 0.96% | - |
| XYZ | 41.2 | 21.19 | 20.99 | - |
| YUV | 98.83 | 142.21 | 231.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 124 | 0 | 0.92 | 0.49 | 0.04 | 332.14 | 0.91 | 0.52 |
| Hex | F4 | 14 | 7C | 0 | 5C | 31 | 4 | 14C | 5B | 34 |
| Octal | 364 | 24 | 174 | 0 | 134 | 61 | 4 | 514 | 133 | 64 |
| Binary | 11110100 | 10100 | 1111100 | 0 | 1011100 | 110001 | 100 | 101001100 | 1011011 | 110100 |
Color Harmonies of #F4147C
Complementary color
Monochromatic Colors of #F4147C
Black with #F4147C
Text Example
Text Example
White with #F4147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4147C; }
p { color: rgb(244,20,124); }
H1.HeaderClassName
{
color: #F4147C;
}
.AnyTagClassName
{
color: #F4147C;
}
</style>
background-color css
<style>
a { background-color: #F4147C; }
a { background-color: rgb(244,20,124); }
div.DivClassName
{
background-color: #F4147C;
}
.BgClassName
{
background-color: #F4147C;
}
</style>
border-color css
<style>
span { border-color: #F4147C; }
span { border-color: rgb(244,20,124); }
td.TdClassName
{
border-color: #F4147C;
}
.TagClassName
{
border-color: #F4147C;
}
</style>