Shades of Deep Pink #F40F8D
Tints of Deep Pink #F40F8D
RGB
CMYK
RGB Variations
Color information
#F40F8D (or 0xF40F8D) is known color: Deep Pink. HEX triplet: F4, 0F and 8D. RGB value is (244,15,141). Sum of RGB (Red+Green+Blue) = 244+15+141=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40F8D is #0BF072. Grayscale: #616161. Windows color (decimal): -782451 or 9244660. OLE color: 9244660.
HSL color Cylindrical-coordinate representation of color #F40F8D: hue angle of 326.99º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40F8D is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 15 | 141 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.04 |
| HSL | 326.99º | 0.91% | 0.51% | - |
| HSV(B) | 326.99º | 0.94% | 0.96% | - |
| XYZ | 42.29 | 21.5 | 27.12 | - |
| YUV | 97.84 | 152.37 | 232.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 141 | 0 | 0.94 | 0.42 | 0.04 | 326.99 | 0.91 | 0.51 |
| Hex | F4 | F | 8D | 0 | 5E | 2A | 4 | 147 | 5B | 33 |
| Octal | 364 | 17 | 215 | 0 | 136 | 52 | 4 | 507 | 133 | 63 |
| Binary | 11110100 | 1111 | 10001101 | 0 | 1011110 | 101010 | 100 | 101000111 | 1011011 | 110011 |
Color Harmonies of #F40F8D
Complementary color
Monochromatic Colors of #F40F8D
Black with #F40F8D
Text Example
Text Example
White with #F40F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40F8D; }
p { color: rgb(244,15,141); }
H1.HeaderClassName
{
color: #F40F8D;
}
.AnyTagClassName
{
color: #F40F8D;
}
</style>
background-color css
<style>
a { background-color: #F40F8D; }
a { background-color: rgb(244,15,141); }
div.DivClassName
{
background-color: #F40F8D;
}
.BgClassName
{
background-color: #F40F8D;
}
</style>
border-color css
<style>
span { border-color: #F40F8D; }
span { border-color: rgb(244,15,141); }
td.TdClassName
{
border-color: #F40F8D;
}
.TagClassName
{
border-color: #F40F8D;
}
</style>