Shades of Deep Pink #F40892
Tints of Deep Pink #F40892
RGB
CMYK
RGB Variations
Color information
#F40892 (or 0xF40892) is known color: Deep Pink. HEX triplet: F4, 08 and 92. RGB value is (244,8,146). Sum of RGB (Red+Green+Blue) = 244+8+146=398 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.31% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 244 - color contains mainly: red. Hex color #F40892 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40892 is #0BF76D. Grayscale: #5D5D5D. Windows color (decimal): -784238 or 9570548. OLE color: 9570548.
HSL color Cylindrical-coordinate representation of color #F40892: hue angle of 324.92º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F40892 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 8 | 146 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.04 |
| HSL | 324.92º | 0.94% | 0.49% | - |
| HSV(B) | 324.92º | 0.97% | 0.96% | - |
| XYZ | 42.58 | 21.48 | 29.1 | - |
| YUV | 94.3 | 157.19 | 234.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 8 | 146 | 0 | 0.97 | 0.40 | 0.04 | 324.92 | 0.94 | 0.49 |
| Hex | F4 | 8 | 92 | 0 | 61 | 28 | 4 | 145 | 5E | 31 |
| Octal | 364 | 10 | 222 | 0 | 141 | 50 | 4 | 505 | 136 | 61 |
| Binary | 11110100 | 1000 | 10010010 | 0 | 1100001 | 101000 | 100 | 101000101 | 1011110 | 110001 |
Color Harmonies of #F40892
Complementary color
Monochromatic Colors of #F40892
Black with #F40892
Text Example
Text Example
White with #F40892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40892; }
p { color: rgb(244,8,146); }
H1.HeaderClassName
{
color: #F40892;
}
.AnyTagClassName
{
color: #F40892;
}
</style>
background-color css
<style>
a { background-color: #F40892; }
a { background-color: rgb(244,8,146); }
div.DivClassName
{
background-color: #F40892;
}
.BgClassName
{
background-color: #F40892;
}
</style>
border-color css
<style>
span { border-color: #F40892; }
span { border-color: rgb(244,8,146); }
td.TdClassName
{
border-color: #F40892;
}
.TagClassName
{
border-color: #F40892;
}
</style>