Shades of Deep Pink #F41581
Tints of Deep Pink #F41581
RGB
CMYK
RGB Variations
Color information
#F41581 (or 0xF41581) is known color: Deep Pink. HEX triplet: F4, 15 and 81. RGB value is (244,21,129). Sum of RGB (Red+Green+Blue) = 244+21+129=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F41581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41581 is #0BEA7E. Grayscale: #636363. Windows color (decimal): -780927 or 8459764. OLE color: 8459764.
HSL color Cylindrical-coordinate representation of color #F41581: hue angle of 330.94º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F41581 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 129 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.04 |
| HSL | 330.94º | 0.91% | 0.52% | - |
| HSV(B) | 330.94º | 0.91% | 0.96% | - |
| XYZ | 41.54 | 21.35 | 22.7 | - |
| YUV | 99.99 | 144.38 | 230.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 129 | 0 | 0.91 | 0.47 | 0.04 | 330.94 | 0.91 | 0.52 |
| Hex | F4 | 15 | 81 | 0 | 5B | 2F | 4 | 14B | 5B | 34 |
| Octal | 364 | 25 | 201 | 0 | 133 | 57 | 4 | 513 | 133 | 64 |
| Binary | 11110100 | 10101 | 10000001 | 0 | 1011011 | 101111 | 100 | 101001011 | 1011011 | 110100 |
Color Harmonies of #F41581
Complementary color
Monochromatic Colors of #F41581
Black with #F41581
Text Example
Text Example
White with #F41581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41581; }
p { color: rgb(244,21,129); }
H1.HeaderClassName
{
color: #F41581;
}
.AnyTagClassName
{
color: #F41581;
}
</style>
background-color css
<style>
a { background-color: #F41581; }
a { background-color: rgb(244,21,129); }
div.DivClassName
{
background-color: #F41581;
}
.BgClassName
{
background-color: #F41581;
}
</style>
border-color css
<style>
span { border-color: #F41581; }
span { border-color: rgb(244,21,129); }
td.TdClassName
{
border-color: #F41581;
}
.TagClassName
{
border-color: #F41581;
}
</style>