Shades of Deep Pink #F40C81
Tints of Deep Pink #F40C81
RGB
CMYK
RGB Variations
Color information
#F40C81 (or 0xF40C81) is known color: Deep Pink. HEX triplet: F4, 0C and 81. RGB value is (244,12,129). Sum of RGB (Red+Green+Blue) = 244+12+129=385 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.38% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 244 - color contains mainly: red. Hex color #F40C81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40C81 is #0BF37E. Grayscale: #5E5E5E. Windows color (decimal): -783231 or 8457460. OLE color: 8457460.
HSL color Cylindrical-coordinate representation of color #F40C81: hue angle of 329.74º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40C81 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 129 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.04 |
| HSL | 329.74º | 0.91% | 0.5% | - |
| HSV(B) | 329.74º | 0.95% | 0.96% | - |
| XYZ | 41.4 | 21.08 | 22.66 | - |
| YUV | 94.71 | 147.36 | 234.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 129 | 0 | 0.95 | 0.47 | 0.04 | 329.74 | 0.91 | 0.5 |
| Hex | F4 | C | 81 | 0 | 5F | 2F | 4 | 14A | 5B | 32 |
| Octal | 364 | 14 | 201 | 0 | 137 | 57 | 4 | 512 | 133 | 62 |
| Binary | 11110100 | 1100 | 10000001 | 0 | 1011111 | 101111 | 100 | 101001010 | 1011011 | 110010 |
Color Harmonies of #F40C81
Complementary color
Monochromatic Colors of #F40C81
Black with #F40C81
Text Example
Text Example
White with #F40C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40C81; }
p { color: rgb(244,12,129); }
H1.HeaderClassName
{
color: #F40C81;
}
.AnyTagClassName
{
color: #F40C81;
}
</style>
background-color css
<style>
a { background-color: #F40C81; }
a { background-color: rgb(244,12,129); }
div.DivClassName
{
background-color: #F40C81;
}
.BgClassName
{
background-color: #F40C81;
}
</style>
border-color css
<style>
span { border-color: #F40C81; }
span { border-color: rgb(244,12,129); }
td.TdClassName
{
border-color: #F40C81;
}
.TagClassName
{
border-color: #F40C81;
}
</style>