Shades of Deep Pink #F41597
Tints of Deep Pink #F41597
RGB
CMYK
RGB Variations
Color information
#F41597 (or 0xF41597) is known color: Deep Pink. HEX triplet: F4, 15 and 97. RGB value is (244,21,151). Sum of RGB (Red+Green+Blue) = 244+21+151=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F41597 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41597 is #0BEA68. Grayscale: #666666. Windows color (decimal): -780905 or 9901556. OLE color: 9901556.
HSL color Cylindrical-coordinate representation of color #F41597: hue angle of 325.02º 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 #F41597 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 151 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.04 |
| HSL | 325.02º | 0.91% | 0.52% | - |
| HSV(B) | 325.02º | 0.91% | 0.96% | - |
| XYZ | 43.16 | 22 | 31.25 | - |
| YUV | 102.5 | 155.38 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 151 | 0 | 0.91 | 0.38 | 0.04 | 325.02 | 0.91 | 0.52 |
| Hex | F4 | 15 | 97 | 0 | 5B | 26 | 4 | 145 | 5B | 34 |
| Octal | 364 | 25 | 227 | 0 | 133 | 46 | 4 | 505 | 133 | 64 |
| Binary | 11110100 | 10101 | 10010111 | 0 | 1011011 | 100110 | 100 | 101000101 | 1011011 | 110100 |
Color Harmonies of #F41597
Complementary color
Monochromatic Colors of #F41597
Black with #F41597
Text Example
Text Example
White with #F41597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41597; }
p { color: rgb(244,21,151); }
H1.HeaderClassName
{
color: #F41597;
}
.AnyTagClassName
{
color: #F41597;
}
</style>
background-color css
<style>
a { background-color: #F41597; }
a { background-color: rgb(244,21,151); }
div.DivClassName
{
background-color: #F41597;
}
.BgClassName
{
background-color: #F41597;
}
</style>
border-color css
<style>
span { border-color: #F41597; }
span { border-color: rgb(244,21,151); }
td.TdClassName
{
border-color: #F41597;
}
.TagClassName
{
border-color: #F41597;
}
</style>