Shades of Deep Pink #F40581
Tints of Deep Pink #F40581
RGB
CMYK
RGB Variations
Color information
#F40581 (or 0xF40581) is known color: Deep Pink. HEX triplet: F4, 05 and 81. RGB value is (244,5,129). Sum of RGB (Red+Green+Blue) = 244+5+129=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F40581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40581 is #0BFA7E. Grayscale: #5A5A5A. Windows color (decimal): -785023 or 8455668. OLE color: 8455668.
HSL color Cylindrical-coordinate representation of color #F40581: hue angle of 328.87º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40581 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 129 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.04 |
| HSL | 328.87º | 0.96% | 0.49% | - |
| HSV(B) | 328.87º | 0.98% | 0.96% | - |
| XYZ | 41.32 | 20.93 | 22.63 | - |
| YUV | 90.6 | 149.68 | 237.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 129 | 0 | 0.98 | 0.47 | 0.04 | 328.87 | 0.96 | 0.49 |
| Hex | F4 | 5 | 81 | 0 | 62 | 2F | 4 | 149 | 60 | 31 |
| Octal | 364 | 5 | 201 | 0 | 142 | 57 | 4 | 511 | 140 | 61 |
| Binary | 11110100 | 101 | 10000001 | 0 | 1100010 | 101111 | 100 | 101001001 | 1100000 | 110001 |
Color Harmonies of #F40581
Complementary color
Monochromatic Colors of #F40581
Black with #F40581
Text Example
Text Example
White with #F40581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40581; }
p { color: rgb(244,5,129); }
H1.HeaderClassName
{
color: #F40581;
}
.AnyTagClassName
{
color: #F40581;
}
</style>
background-color css
<style>
a { background-color: #F40581; }
a { background-color: rgb(244,5,129); }
div.DivClassName
{
background-color: #F40581;
}
.BgClassName
{
background-color: #F40581;
}
</style>
border-color css
<style>
span { border-color: #F40581; }
span { border-color: rgb(244,5,129); }
td.TdClassName
{
border-color: #F40581;
}
.TagClassName
{
border-color: #F40581;
}
</style>