Shades of Deep Pink #F41981
Tints of Deep Pink #F41981
RGB
CMYK
RGB Variations
Color information
#F41981 (or 0xF41981) is known color: Deep Pink. HEX triplet: F4, 19 and 81. RGB value is (244,25,129). Sum of RGB (Red+Green+Blue) = 244+25+129=398 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.31% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 244 - color contains mainly: red. Hex color #F41981 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41981 is #0BE67E. Grayscale: #666666. Windows color (decimal): -779903 or 8460788. OLE color: 8460788.
HSL color Cylindrical-coordinate representation of color #F41981: hue angle of 331.51º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F41981 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 129 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.04 |
| HSL | 331.51º | 0.91% | 0.53% | - |
| HSV(B) | 331.51º | 0.9% | 0.96% | - |
| XYZ | 41.62 | 21.51 | 22.73 | - |
| YUV | 102.34 | 143.05 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 129 | 0 | 0.90 | 0.47 | 0.04 | 331.51 | 0.91 | 0.53 |
| Hex | F4 | 19 | 81 | 0 | 5A | 2F | 4 | 14C | 5B | 35 |
| Octal | 364 | 31 | 201 | 0 | 132 | 57 | 4 | 514 | 133 | 65 |
| Binary | 11110100 | 11001 | 10000001 | 0 | 1011010 | 101111 | 100 | 101001100 | 1011011 | 110101 |
Color Harmonies of #F41981
Complementary color
Monochromatic Colors of #F41981
Black with #F41981
Text Example
Text Example
White with #F41981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41981; }
p { color: rgb(244,25,129); }
H1.HeaderClassName
{
color: #F41981;
}
.AnyTagClassName
{
color: #F41981;
}
</style>
background-color css
<style>
a { background-color: #F41981; }
a { background-color: rgb(244,25,129); }
div.DivClassName
{
background-color: #F41981;
}
.BgClassName
{
background-color: #F41981;
}
</style>
border-color css
<style>
span { border-color: #F41981; }
span { border-color: rgb(244,25,129); }
td.TdClassName
{
border-color: #F41981;
}
.TagClassName
{
border-color: #F41981;
}
</style>