Shades of Deep Pink #F4038C
Tints of Deep Pink #F4038C
RGB
CMYK
RGB Variations
Color information
#F4038C (or 0xF4038C) is known color: Deep Pink. HEX triplet: F4, 03 and 8C. RGB value is (244,3,140). Sum of RGB (Red+Green+Blue) = 244+3+140=387 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.05% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 244 - color contains mainly: red. Hex color #F4038C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4038C is #0BFC73. Grayscale: #5A5A5A. Windows color (decimal): -785524 or 9176052. OLE color: 9176052.
HSL color Cylindrical-coordinate representation of color #F4038C: hue angle of 325.89º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F4038C is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 140 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.04 |
| HSL | 325.89º | 0.98% | 0.48% | - |
| HSV(B) | 325.89º | 0.99% | 0.96% | - |
| XYZ | 42.07 | 21.19 | 26.68 | - |
| YUV | 90.68 | 155.84 | 237.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 140 | 0 | 0.99 | 0.43 | 0.04 | 325.89 | 0.98 | 0.48 |
| Hex | F4 | 3 | 8C | 0 | 63 | 2B | 4 | 146 | 62 | 30 |
| Octal | 364 | 3 | 214 | 0 | 143 | 53 | 4 | 506 | 142 | 60 |
| Binary | 11110100 | 11 | 10001100 | 0 | 1100011 | 101011 | 100 | 101000110 | 1100010 | 110000 |
Color Harmonies of #F4038C
Complementary color
Monochromatic Colors of #F4038C
Black with #F4038C
Text Example
Text Example
White with #F4038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4038C; }
p { color: rgb(244,3,140); }
H1.HeaderClassName
{
color: #F4038C;
}
.AnyTagClassName
{
color: #F4038C;
}
</style>
background-color css
<style>
a { background-color: #F4038C; }
a { background-color: rgb(244,3,140); }
div.DivClassName
{
background-color: #F4038C;
}
.BgClassName
{
background-color: #F4038C;
}
</style>
border-color css
<style>
span { border-color: #F4038C; }
span { border-color: rgb(244,3,140); }
td.TdClassName
{
border-color: #F4038C;
}
.TagClassName
{
border-color: #F4038C;
}
</style>