Shades of Deep Pink #F40C91
Tints of Deep Pink #F40C91
RGB
CMYK
RGB Variations
Color information
#F40C91 (or 0xF40C91) is known color: Deep Pink. HEX triplet: F4, 0C and 91. RGB value is (244,12,145). Sum of RGB (Red+Green+Blue) = 244+12+145=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F40C91 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40C91 is #0BF36E. Grayscale: #606060. Windows color (decimal): -783215 or 9506036. OLE color: 9506036.
HSL color Cylindrical-coordinate representation of color #F40C91: hue angle of 325.6º 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 #F40C91 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 145 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.04 |
| HSL | 325.6º | 0.91% | 0.5% | - |
| HSV(B) | 325.6º | 0.95% | 0.96% | - |
| XYZ | 42.55 | 21.54 | 28.7 | - |
| YUV | 96.53 | 155.36 | 233.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 145 | 0 | 0.95 | 0.41 | 0.04 | 325.6 | 0.91 | 0.5 |
| Hex | F4 | C | 91 | 0 | 5F | 29 | 4 | 146 | 5B | 32 |
| Octal | 364 | 14 | 221 | 0 | 137 | 51 | 4 | 506 | 133 | 62 |
| Binary | 11110100 | 1100 | 10010001 | 0 | 1011111 | 101001 | 100 | 101000110 | 1011011 | 110010 |
Color Harmonies of #F40C91
Complementary color
Monochromatic Colors of #F40C91
Black with #F40C91
Text Example
Text Example
White with #F40C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40C91; }
p { color: rgb(244,12,145); }
H1.HeaderClassName
{
color: #F40C91;
}
.AnyTagClassName
{
color: #F40C91;
}
</style>
background-color css
<style>
a { background-color: #F40C91; }
a { background-color: rgb(244,12,145); }
div.DivClassName
{
background-color: #F40C91;
}
.BgClassName
{
background-color: #F40C91;
}
</style>
border-color css
<style>
span { border-color: #F40C91; }
span { border-color: rgb(244,12,145); }
td.TdClassName
{
border-color: #F40C91;
}
.TagClassName
{
border-color: #F40C91;
}
</style>