Shades of Deep Pink #F40F8C
Tints of Deep Pink #F40F8C
RGB
CMYK
RGB Variations
Color information
#F40F8C (or 0xF40F8C) is known color: Deep Pink. HEX triplet: F4, 0F and 8C. RGB value is (244,15,140). Sum of RGB (Red+Green+Blue) = 244+15+140=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40F8C is #0BF073. Grayscale: #616161. Windows color (decimal): -782452 or 9179124. OLE color: 9179124.
HSL color Cylindrical-coordinate representation of color #F40F8C: hue angle of 327.25º 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 #F40F8C is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 15 | 140 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.04 |
| HSL | 327.25º | 0.91% | 0.51% | - |
| HSV(B) | 327.25º | 0.94% | 0.96% | - |
| XYZ | 42.21 | 21.47 | 26.73 | - |
| YUV | 97.72 | 151.87 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 140 | 0 | 0.94 | 0.43 | 0.04 | 327.25 | 0.91 | 0.51 |
| Hex | F4 | F | 8C | 0 | 5E | 2B | 4 | 147 | 5B | 33 |
| Octal | 364 | 17 | 214 | 0 | 136 | 53 | 4 | 507 | 133 | 63 |
| Binary | 11110100 | 1111 | 10001100 | 0 | 1011110 | 101011 | 100 | 101000111 | 1011011 | 110011 |
Color Harmonies of #F40F8C
Complementary color
Monochromatic Colors of #F40F8C
Black with #F40F8C
Text Example
Text Example
White with #F40F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40F8C; }
p { color: rgb(244,15,140); }
H1.HeaderClassName
{
color: #F40F8C;
}
.AnyTagClassName
{
color: #F40F8C;
}
</style>
background-color css
<style>
a { background-color: #F40F8C; }
a { background-color: rgb(244,15,140); }
div.DivClassName
{
background-color: #F40F8C;
}
.BgClassName
{
background-color: #F40F8C;
}
</style>
border-color css
<style>
span { border-color: #F40F8C; }
span { border-color: rgb(244,15,140); }
td.TdClassName
{
border-color: #F40F8C;
}
.TagClassName
{
border-color: #F40F8C;
}
</style>