Shades of Deep Pink #F42481
Tints of Deep Pink #F42481
RGB
CMYK
RGB Variations
Color information
#F42481 (or 0xF42481) is known color: Deep Pink. HEX triplet: F4, 24 and 81. RGB value is (244,36,129). Sum of RGB (Red+Green+Blue) = 244+36+129=409 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.66% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 244 - color contains mainly: red. Hex color #F42481 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42481 is #0BDB7E. Grayscale: #6C6C6C. Windows color (decimal): -777087 or 8463604. OLE color: 8463604.
HSL color Cylindrical-coordinate representation of color #F42481: hue angle of 333.17º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42481 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 129 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.04 |
| HSL | 333.17º | 0.9% | 0.55% | - |
| HSV(B) | 333.17º | 0.85% | 0.96% | - |
| XYZ | 41.9 | 22.08 | 22.82 | - |
| YUV | 108.79 | 139.41 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 129 | 0 | 0.85 | 0.47 | 0.04 | 333.17 | 0.9 | 0.55 |
| Hex | F4 | 24 | 81 | 0 | 55 | 2F | 4 | 14D | 5A | 37 |
| Octal | 364 | 44 | 201 | 0 | 125 | 57 | 4 | 515 | 132 | 67 |
| Binary | 11110100 | 100100 | 10000001 | 0 | 1010101 | 101111 | 100 | 101001101 | 1011010 | 110111 |
Color Harmonies of #F42481
Complementary color
Monochromatic Colors of #F42481
Black with #F42481
Text Example
Text Example
White with #F42481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42481; }
p { color: rgb(244,36,129); }
H1.HeaderClassName
{
color: #F42481;
}
.AnyTagClassName
{
color: #F42481;
}
</style>
background-color css
<style>
a { background-color: #F42481; }
a { background-color: rgb(244,36,129); }
div.DivClassName
{
background-color: #F42481;
}
.BgClassName
{
background-color: #F42481;
}
</style>
border-color css
<style>
span { border-color: #F42481; }
span { border-color: rgb(244,36,129); }
td.TdClassName
{
border-color: #F42481;
}
.TagClassName
{
border-color: #F42481;
}
</style>