Shades of Deep Pink #F41696
Tints of Deep Pink #F41696
RGB
CMYK
RGB Variations
Color information
#F41696 (or 0xF41696) is known color: Deep Pink. HEX triplet: F4, 16 and 96. RGB value is (244,22,150). Sum of RGB (Red+Green+Blue) = 244+22+150=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F41696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41696 is #0BE969. Grayscale: #666666. Windows color (decimal): -780650 or 9836276. OLE color: 9836276.
HSL color Cylindrical-coordinate representation of color #F41696: hue angle of 325.41º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F41696 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 150 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.04 |
| HSL | 325.41º | 0.91% | 0.52% | - |
| HSV(B) | 325.41º | 0.91% | 0.96% | - |
| XYZ | 43.1 | 22.01 | 30.83 | - |
| YUV | 102.97 | 154.55 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 150 | 0 | 0.91 | 0.39 | 0.04 | 325.41 | 0.91 | 0.52 |
| Hex | F4 | 16 | 96 | 0 | 5B | 27 | 4 | 145 | 5B | 34 |
| Octal | 364 | 26 | 226 | 0 | 133 | 47 | 4 | 505 | 133 | 64 |
| Binary | 11110100 | 10110 | 10010110 | 0 | 1011011 | 100111 | 100 | 101000101 | 1011011 | 110100 |
Color Harmonies of #F41696
Complementary color
Monochromatic Colors of #F41696
Black with #F41696
Text Example
Text Example
White with #F41696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41696; }
p { color: rgb(244,22,150); }
H1.HeaderClassName
{
color: #F41696;
}
.AnyTagClassName
{
color: #F41696;
}
</style>
background-color css
<style>
a { background-color: #F41696; }
a { background-color: rgb(244,22,150); }
div.DivClassName
{
background-color: #F41696;
}
.BgClassName
{
background-color: #F41696;
}
</style>
border-color css
<style>
span { border-color: #F41696; }
span { border-color: rgb(244,22,150); }
td.TdClassName
{
border-color: #F41696;
}
.TagClassName
{
border-color: #F41696;
}
</style>