Shades of Deep Pink #F40C88
Tints of Deep Pink #F40C88
RGB
CMYK
RGB Variations
Color information
#F40C88 (or 0xF40C88) is known color: Deep Pink. HEX triplet: F4, 0C and 88. RGB value is (244,12,136). Sum of RGB (Red+Green+Blue) = 244+12+136=392 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.24% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 244 - color contains mainly: red. Hex color #F40C88 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40C88 is #0BF377. Grayscale: #5F5F5F. Windows color (decimal): -783224 or 8916212. OLE color: 8916212.
HSL color Cylindrical-coordinate representation of color #F40C88: hue angle of 327.93º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40C88 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 136 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.04 |
| HSL | 327.93º | 0.91% | 0.5% | - |
| HSV(B) | 327.93º | 0.95% | 0.96% | - |
| XYZ | 41.88 | 21.27 | 25.19 | - |
| YUV | 95.5 | 150.86 | 233.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 136 | 0 | 0.95 | 0.44 | 0.04 | 327.93 | 0.91 | 0.5 |
| Hex | F4 | C | 88 | 0 | 5F | 2C | 4 | 148 | 5B | 32 |
| Octal | 364 | 14 | 210 | 0 | 137 | 54 | 4 | 510 | 133 | 62 |
| Binary | 11110100 | 1100 | 10001000 | 0 | 1011111 | 101100 | 100 | 101001000 | 1011011 | 110010 |
Color Harmonies of #F40C88
Complementary color
Monochromatic Colors of #F40C88
Black with #F40C88
Text Example
Text Example
White with #F40C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40C88; }
p { color: rgb(244,12,136); }
H1.HeaderClassName
{
color: #F40C88;
}
.AnyTagClassName
{
color: #F40C88;
}
</style>
background-color css
<style>
a { background-color: #F40C88; }
a { background-color: rgb(244,12,136); }
div.DivClassName
{
background-color: #F40C88;
}
.BgClassName
{
background-color: #F40C88;
}
</style>
border-color css
<style>
span { border-color: #F40C88; }
span { border-color: rgb(244,12,136); }
td.TdClassName
{
border-color: #F40C88;
}
.TagClassName
{
border-color: #F40C88;
}
</style>