Shades of Deep Pink #F41497
Tints of Deep Pink #F41497
RGB
CMYK
RGB Variations
Color information
#F41497 (or 0xF41497) is known color: Deep Pink. HEX triplet: F4, 14 and 97. RGB value is (244,20,151). Sum of RGB (Red+Green+Blue) = 244+20+151=415 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.80% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 244 - color contains mainly: red. Hex color #F41497 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41497 is #0BEB68. Grayscale: #656565. Windows color (decimal): -781161 or 9901300. OLE color: 9901300.
HSL color Cylindrical-coordinate representation of color #F41497: hue angle of 324.91º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F41497 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 151 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.04 |
| HSL | 324.91º | 0.91% | 0.52% | - |
| HSV(B) | 324.91º | 0.92% | 0.96% | - |
| XYZ | 43.14 | 21.97 | 31.24 | - |
| YUV | 101.91 | 155.71 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 151 | 0 | 0.92 | 0.38 | 0.04 | 324.91 | 0.91 | 0.52 |
| Hex | F4 | 14 | 97 | 0 | 5C | 26 | 4 | 145 | 5B | 34 |
| Octal | 364 | 24 | 227 | 0 | 134 | 46 | 4 | 505 | 133 | 64 |
| Binary | 11110100 | 10100 | 10010111 | 0 | 1011100 | 100110 | 100 | 101000101 | 1011011 | 110100 |
Color Harmonies of #F41497
Complementary color
Monochromatic Colors of #F41497
Black with #F41497
Text Example
Text Example
White with #F41497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41497; }
p { color: rgb(244,20,151); }
H1.HeaderClassName
{
color: #F41497;
}
.AnyTagClassName
{
color: #F41497;
}
</style>
background-color css
<style>
a { background-color: #F41497; }
a { background-color: rgb(244,20,151); }
div.DivClassName
{
background-color: #F41497;
}
.BgClassName
{
background-color: #F41497;
}
</style>
border-color css
<style>
span { border-color: #F41497; }
span { border-color: rgb(244,20,151); }
td.TdClassName
{
border-color: #F41497;
}
.TagClassName
{
border-color: #F41497;
}
</style>