Shades of Deep Pink #F40790
Tints of Deep Pink #F40790
RGB
CMYK
RGB Variations
Color information
#F40790 (or 0xF40790) is known color: Deep Pink. HEX triplet: F4, 07 and 90. RGB value is (244,7,144). Sum of RGB (Red+Green+Blue) = 244+7+144=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 7 (3.12% from 255 or 1.77% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F40790 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40790 is #0BF86F. Grayscale: #5D5D5D. Windows color (decimal): -784496 or 9439220. OLE color: 9439220.
HSL color Cylindrical-coordinate representation of color #F40790: hue angle of 325.32º 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 #F40790 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 144 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.04 |
| HSL | 325.32º | 0.94% | 0.49% | - |
| HSV(B) | 325.32º | 0.97% | 0.96% | - |
| XYZ | 42.42 | 21.4 | 28.28 | - |
| YUV | 93.48 | 156.52 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 144 | 0 | 0.97 | 0.41 | 0.04 | 325.32 | 0.94 | 0.49 |
| Hex | F4 | 7 | 90 | 0 | 61 | 29 | 4 | 145 | 5E | 31 |
| Octal | 364 | 7 | 220 | 0 | 141 | 51 | 4 | 505 | 136 | 61 |
| Binary | 11110100 | 111 | 10010000 | 0 | 1100001 | 101001 | 100 | 101000101 | 1011110 | 110001 |
Color Harmonies of #F40790
Complementary color
Monochromatic Colors of #F40790
Black with #F40790
Text Example
Text Example
White with #F40790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40790; }
p { color: rgb(244,7,144); }
H1.HeaderClassName
{
color: #F40790;
}
.AnyTagClassName
{
color: #F40790;
}
</style>
background-color css
<style>
a { background-color: #F40790; }
a { background-color: rgb(244,7,144); }
div.DivClassName
{
background-color: #F40790;
}
.BgClassName
{
background-color: #F40790;
}
</style>
border-color css
<style>
span { border-color: #F40790; }
span { border-color: rgb(244,7,144); }
td.TdClassName
{
border-color: #F40790;
}
.TagClassName
{
border-color: #F40790;
}
</style>