Shades of Deep Pink #F41296
Tints of Deep Pink #F41296
RGB
CMYK
RGB Variations
Color information
#F41296 (or 0xF41296) is known color: Deep Pink. HEX triplet: F4, 12 and 96. RGB value is (244,18,150). Sum of RGB (Red+Green+Blue) = 244+18+150=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F41296 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41296 is #0BED69. Grayscale: #646464. Windows color (decimal): -781674 or 9835252. OLE color: 9835252.
HSL color Cylindrical-coordinate representation of color #F41296: hue angle of 324.96º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41296 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 150 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.04 |
| HSL | 324.96º | 0.91% | 0.51% | - |
| HSV(B) | 324.96º | 0.93% | 0.96% | - |
| XYZ | 43.03 | 21.87 | 30.81 | - |
| YUV | 100.62 | 155.87 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 150 | 0 | 0.93 | 0.39 | 0.04 | 324.96 | 0.91 | 0.51 |
| Hex | F4 | 12 | 96 | 0 | 5D | 27 | 4 | 145 | 5B | 33 |
| Octal | 364 | 22 | 226 | 0 | 135 | 47 | 4 | 505 | 133 | 63 |
| Binary | 11110100 | 10010 | 10010110 | 0 | 1011101 | 100111 | 100 | 101000101 | 1011011 | 110011 |
Color Harmonies of #F41296
Complementary color
Monochromatic Colors of #F41296
Black with #F41296
Text Example
Text Example
White with #F41296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41296; }
p { color: rgb(244,18,150); }
H1.HeaderClassName
{
color: #F41296;
}
.AnyTagClassName
{
color: #F41296;
}
</style>
background-color css
<style>
a { background-color: #F41296; }
a { background-color: rgb(244,18,150); }
div.DivClassName
{
background-color: #F41296;
}
.BgClassName
{
background-color: #F41296;
}
</style>
border-color css
<style>
span { border-color: #F41296; }
span { border-color: rgb(244,18,150); }
td.TdClassName
{
border-color: #F41296;
}
.TagClassName
{
border-color: #F41296;
}
</style>