Shades of Deep Pink #F40B81
Tints of Deep Pink #F40B81
RGB
CMYK
RGB Variations
Color information
#F40B81 (or 0xF40B81) is known color: Deep Pink. HEX triplet: F4, 0B and 81. RGB value is (244,11,129). Sum of RGB (Red+Green+Blue) = 244+11+129=384 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.54% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 244 - color contains mainly: red. Hex color #F40B81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40B81 is #0BF47E. Grayscale: #5D5D5D. Windows color (decimal): -783487 or 8457204. OLE color: 8457204.
HSL color Cylindrical-coordinate representation of color #F40B81: hue angle of 329.61º 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 #F40B81 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 11 | 129 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.04 |
| HSL | 329.61º | 0.91% | 0.5% | - |
| HSV(B) | 329.61º | 0.95% | 0.96% | - |
| XYZ | 41.39 | 21.06 | 22.65 | - |
| YUV | 94.12 | 147.69 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 129 | 0 | 0.95 | 0.47 | 0.04 | 329.61 | 0.91 | 0.5 |
| Hex | F4 | B | 81 | 0 | 5F | 2F | 4 | 14A | 5B | 32 |
| Octal | 364 | 13 | 201 | 0 | 137 | 57 | 4 | 512 | 133 | 62 |
| Binary | 11110100 | 1011 | 10000001 | 0 | 1011111 | 101111 | 100 | 101001010 | 1011011 | 110010 |
Color Harmonies of #F40B81
Complementary color
Monochromatic Colors of #F40B81
Black with #F40B81
Text Example
Text Example
White with #F40B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40B81; }
p { color: rgb(244,11,129); }
H1.HeaderClassName
{
color: #F40B81;
}
.AnyTagClassName
{
color: #F40B81;
}
</style>
background-color css
<style>
a { background-color: #F40B81; }
a { background-color: rgb(244,11,129); }
div.DivClassName
{
background-color: #F40B81;
}
.BgClassName
{
background-color: #F40B81;
}
</style>
border-color css
<style>
span { border-color: #F40B81; }
span { border-color: rgb(244,11,129); }
td.TdClassName
{
border-color: #F40B81;
}
.TagClassName
{
border-color: #F40B81;
}
</style>