Shades of Deep Pink #F40880
Tints of Deep Pink #F40880
RGB
CMYK
RGB Variations
Color information
#F40880 (or 0xF40880) is known color: Deep Pink. HEX triplet: F4, 08 and 80. RGB value is (244,8,128). Sum of RGB (Red+Green+Blue) = 244+8+128=380 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.21% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 244 - color contains mainly: red. Hex color #F40880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40880 is #0BF77F. Grayscale: #5C5C5C. Windows color (decimal): -784256 or 8390900. OLE color: 8390900.
HSL color Cylindrical-coordinate representation of color #F40880: hue angle of 329.49º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F40880 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 8 | 128 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.04 |
| HSL | 329.49º | 0.94% | 0.49% | - |
| HSV(B) | 329.49º | 0.97% | 0.96% | - |
| XYZ | 41.29 | 20.97 | 22.29 | - |
| YUV | 92.24 | 148.19 | 236.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 8 | 128 | 0 | 0.97 | 0.48 | 0.04 | 329.49 | 0.94 | 0.49 |
| Hex | F4 | 8 | 80 | 0 | 61 | 30 | 4 | 149 | 5E | 31 |
| Octal | 364 | 10 | 200 | 0 | 141 | 60 | 4 | 511 | 136 | 61 |
| Binary | 11110100 | 1000 | 10000000 | 0 | 1100001 | 110000 | 100 | 101001001 | 1011110 | 110001 |
Color Harmonies of #F40880
Complementary color
Monochromatic Colors of #F40880
Black with #F40880
Text Example
Text Example
White with #F40880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40880; }
p { color: rgb(244,8,128); }
H1.HeaderClassName
{
color: #F40880;
}
.AnyTagClassName
{
color: #F40880;
}
</style>
background-color css
<style>
a { background-color: #F40880; }
a { background-color: rgb(244,8,128); }
div.DivClassName
{
background-color: #F40880;
}
.BgClassName
{
background-color: #F40880;
}
</style>
border-color css
<style>
span { border-color: #F40880; }
span { border-color: rgb(244,8,128); }
td.TdClassName
{
border-color: #F40880;
}
.TagClassName
{
border-color: #F40880;
}
</style>