Shades of Deep Pink #F40781
Tints of Deep Pink #F40781
RGB
CMYK
RGB Variations
Color information
#F40781 (or 0xF40781) is known color: Deep Pink. HEX triplet: F4, 07 and 81. RGB value is (244,7,129). Sum of RGB (Red+Green+Blue) = 244+7+129=380 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.21% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 244 - color contains mainly: red. Hex color #F40781 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40781 is #0BF87E. Grayscale: #5B5B5B. Windows color (decimal): -784511 or 8456180. OLE color: 8456180.
HSL color Cylindrical-coordinate representation of color #F40781: hue angle of 329.11º 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 #F40781 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 129 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.04 |
| HSL | 329.11º | 0.94% | 0.49% | - |
| HSV(B) | 329.11º | 0.97% | 0.96% | - |
| XYZ | 41.35 | 20.97 | 22.64 | - |
| YUV | 91.77 | 149.02 | 236.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 129 | 0 | 0.97 | 0.47 | 0.04 | 329.11 | 0.94 | 0.49 |
| Hex | F4 | 7 | 81 | 0 | 61 | 2F | 4 | 149 | 5E | 31 |
| Octal | 364 | 7 | 201 | 0 | 141 | 57 | 4 | 511 | 136 | 61 |
| Binary | 11110100 | 111 | 10000001 | 0 | 1100001 | 101111 | 100 | 101001001 | 1011110 | 110001 |
Color Harmonies of #F40781
Complementary color
Monochromatic Colors of #F40781
Black with #F40781
Text Example
Text Example
White with #F40781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40781; }
p { color: rgb(244,7,129); }
H1.HeaderClassName
{
color: #F40781;
}
.AnyTagClassName
{
color: #F40781;
}
</style>
background-color css
<style>
a { background-color: #F40781; }
a { background-color: rgb(244,7,129); }
div.DivClassName
{
background-color: #F40781;
}
.BgClassName
{
background-color: #F40781;
}
</style>
border-color css
<style>
span { border-color: #F40781; }
span { border-color: rgb(244,7,129); }
td.TdClassName
{
border-color: #F40781;
}
.TagClassName
{
border-color: #F40781;
}
</style>