Shades of Deep Pink #F4048C
Tints of Deep Pink #F4048C
RGB
CMYK
RGB Variations
Color information
#F4048C (or 0xF4048C) is known color: Deep Pink. HEX triplet: F4, 04 and 8C. RGB value is (244,4,140). Sum of RGB (Red+Green+Blue) = 244+4+140=388 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.89% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 244 - color contains mainly: red. Hex color #F4048C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4048C is #0BFB73. Grayscale: #5A5A5A. Windows color (decimal): -785268 or 9176308. OLE color: 9176308.
HSL color Cylindrical-coordinate representation of color #F4048C: hue angle of 326º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4048C is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 140 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.04 |
| HSL | 326º | 0.97% | 0.49% | - |
| HSV(B) | 326º | 0.98% | 0.96% | - |
| XYZ | 42.09 | 21.21 | 26.69 | - |
| YUV | 91.26 | 155.51 | 236.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 140 | 0 | 0.98 | 0.43 | 0.04 | 326 | 0.97 | 0.49 |
| Hex | F4 | 4 | 8C | 0 | 62 | 2B | 4 | 146 | 61 | 31 |
| Octal | 364 | 4 | 214 | 0 | 142 | 53 | 4 | 506 | 141 | 61 |
| Binary | 11110100 | 100 | 10001100 | 0 | 1100010 | 101011 | 100 | 101000110 | 1100001 | 110001 |
Color Harmonies of #F4048C
Complementary color
Monochromatic Colors of #F4048C
Black with #F4048C
Text Example
Text Example
White with #F4048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4048C; }
p { color: rgb(244,4,140); }
H1.HeaderClassName
{
color: #F4048C;
}
.AnyTagClassName
{
color: #F4048C;
}
</style>
background-color css
<style>
a { background-color: #F4048C; }
a { background-color: rgb(244,4,140); }
div.DivClassName
{
background-color: #F4048C;
}
.BgClassName
{
background-color: #F4048C;
}
</style>
border-color css
<style>
span { border-color: #F4048C; }
span { border-color: rgb(244,4,140); }
td.TdClassName
{
border-color: #F4048C;
}
.TagClassName
{
border-color: #F4048C;
}
</style>