Shades of Deep Pink #F40B77
Tints of Deep Pink #F40B77
RGB
CMYK
RGB Variations
Color information
#F40B77 (or 0xF40B77) is known color: Deep Pink. HEX triplet: F4, 0B and 77. RGB value is (244,11,119). Sum of RGB (Red+Green+Blue) = 244+11+119=374 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.24% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 244 - color contains mainly: red. Hex color #F40B77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40B77 is #0BF488. Grayscale: #5C5C5C. Windows color (decimal): -783497 or 7801844. OLE color: 7801844.
HSL color Cylindrical-coordinate representation of color #F40B77: hue angle of 332.19º 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 #F40B77 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 11 | 119 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.04 |
| HSL | 332.19º | 0.91% | 0.5% | - |
| HSV(B) | 332.19º | 0.95% | 0.96% | - |
| XYZ | 40.76 | 20.8 | 19.32 | - |
| YUV | 92.98 | 142.69 | 235.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 119 | 0 | 0.95 | 0.51 | 0.04 | 332.19 | 0.91 | 0.5 |
| Hex | F4 | B | 77 | 0 | 5F | 33 | 4 | 14C | 5B | 32 |
| Octal | 364 | 13 | 167 | 0 | 137 | 63 | 4 | 514 | 133 | 62 |
| Binary | 11110100 | 1011 | 1110111 | 0 | 1011111 | 110011 | 100 | 101001100 | 1011011 | 110010 |
Color Harmonies of #F40B77
Complementary color
Monochromatic Colors of #F40B77
Black with #F40B77
Text Example
Text Example
White with #F40B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40B77; }
p { color: rgb(244,11,119); }
H1.HeaderClassName
{
color: #F40B77;
}
.AnyTagClassName
{
color: #F40B77;
}
</style>
background-color css
<style>
a { background-color: #F40B77; }
a { background-color: rgb(244,11,119); }
div.DivClassName
{
background-color: #F40B77;
}
.BgClassName
{
background-color: #F40B77;
}
</style>
border-color css
<style>
span { border-color: #F40B77; }
span { border-color: rgb(244,11,119); }
td.TdClassName
{
border-color: #F40B77;
}
.TagClassName
{
border-color: #F40B77;
}
</style>