Shades of Deep Pink #F40281
Tints of Deep Pink #F40281
RGB
CMYK
RGB Variations
Color information
#F40281 (or 0xF40281) is known color: Deep Pink. HEX triplet: F4, 02 and 81. RGB value is (244,2,129). Sum of RGB (Red+Green+Blue) = 244+2+129=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F40281 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40281 is #0BFD7E. Grayscale: #585858. Windows color (decimal): -785791 or 8454900. OLE color: 8454900.
HSL color Cylindrical-coordinate representation of color #F40281: hue angle of 328.51º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40281 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.04 |
| HSL | 328.51º | 0.98% | 0.48% | - |
| HSV(B) | 328.51º | 0.99% | 0.96% | - |
| XYZ | 41.29 | 20.86 | 22.62 | - |
| YUV | 88.84 | 150.67 | 238.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 2 | 129 | 0 | 0.99 | 0.47 | 0.04 | 328.51 | 0.98 | 0.48 |
| Hex | F4 | 2 | 81 | 0 | 63 | 2F | 4 | 149 | 62 | 30 |
| Octal | 364 | 2 | 201 | 0 | 143 | 57 | 4 | 511 | 142 | 60 |
| Binary | 11110100 | 10 | 10000001 | 0 | 1100011 | 101111 | 100 | 101001001 | 1100010 | 110000 |
Color Harmonies of #F40281
Complementary color
Monochromatic Colors of #F40281
Black with #F40281
Text Example
Text Example
White with #F40281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40281; }
p { color: rgb(244,2,129); }
H1.HeaderClassName
{
color: #F40281;
}
.AnyTagClassName
{
color: #F40281;
}
</style>
background-color css
<style>
a { background-color: #F40281; }
a { background-color: rgb(244,2,129); }
div.DivClassName
{
background-color: #F40281;
}
.BgClassName
{
background-color: #F40281;
}
</style>
border-color css
<style>
span { border-color: #F40281; }
span { border-color: rgb(244,2,129); }
td.TdClassName
{
border-color: #F40281;
}
.TagClassName
{
border-color: #F40281;
}
</style>