Shades of Deep Pink #F40B80
Tints of Deep Pink #F40B80
RGB
CMYK
RGB Variations
Color information
#F40B80 (or 0xF40B80) is known color: Deep Pink. HEX triplet: F4, 0B and 80. RGB value is (244,11,128). Sum of RGB (Red+Green+Blue) = 244+11+128=383 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.71% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 244 - color contains mainly: red. Hex color #F40B80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40B80 is #0BF47F. Grayscale: #5D5D5D. Windows color (decimal): -783488 or 8391668. OLE color: 8391668.
HSL color Cylindrical-coordinate representation of color #F40B80: hue angle of 329.87º 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 #F40B80 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 11 | 128 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.04 |
| HSL | 329.87º | 0.91% | 0.5% | - |
| HSV(B) | 329.87º | 0.95% | 0.96% | - |
| XYZ | 41.32 | 21.03 | 22.3 | - |
| YUV | 94.01 | 147.19 | 234.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 128 | 0 | 0.95 | 0.48 | 0.04 | 329.87 | 0.91 | 0.5 |
| Hex | F4 | B | 80 | 0 | 5F | 30 | 4 | 14A | 5B | 32 |
| Octal | 364 | 13 | 200 | 0 | 137 | 60 | 4 | 512 | 133 | 62 |
| Binary | 11110100 | 1011 | 10000000 | 0 | 1011111 | 110000 | 100 | 101001010 | 1011011 | 110010 |
Color Harmonies of #F40B80
Complementary color
Monochromatic Colors of #F40B80
Black with #F40B80
Text Example
Text Example
White with #F40B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40B80; }
p { color: rgb(244,11,128); }
H1.HeaderClassName
{
color: #F40B80;
}
.AnyTagClassName
{
color: #F40B80;
}
</style>
background-color css
<style>
a { background-color: #F40B80; }
a { background-color: rgb(244,11,128); }
div.DivClassName
{
background-color: #F40B80;
}
.BgClassName
{
background-color: #F40B80;
}
</style>
border-color css
<style>
span { border-color: #F40B80; }
span { border-color: rgb(244,11,128); }
td.TdClassName
{
border-color: #F40B80;
}
.TagClassName
{
border-color: #F40B80;
}
</style>