Shades of Deep Pink #F41498
Tints of Deep Pink #F41498
RGB
CMYK
RGB Variations
Color information
#F41498 (or 0xF41498) is known color: Deep Pink. HEX triplet: F4, 14 and 98. RGB value is (244,20,152). Sum of RGB (Red+Green+Blue) = 244+20+152=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F41498 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41498 is #0BEB67. Grayscale: #656565. Windows color (decimal): -781160 or 9966836. OLE color: 9966836.
HSL color Cylindrical-coordinate representation of color #F41498: hue angle of 324.64º 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 #F41498 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 152 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.04 |
| HSL | 324.64º | 0.91% | 0.52% | - |
| HSV(B) | 324.64º | 0.92% | 0.96% | - |
| XYZ | 43.23 | 22 | 31.67 | - |
| YUV | 102.02 | 156.21 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 152 | 0 | 0.92 | 0.38 | 0.04 | 324.64 | 0.91 | 0.52 |
| Hex | F4 | 14 | 98 | 0 | 5C | 26 | 4 | 145 | 5B | 34 |
| Octal | 364 | 24 | 230 | 0 | 134 | 46 | 4 | 505 | 133 | 64 |
| Binary | 11110100 | 10100 | 10011000 | 0 | 1011100 | 100110 | 100 | 101000101 | 1011011 | 110100 |
Color Harmonies of #F41498
Complementary color
Monochromatic Colors of #F41498
Black with #F41498
Text Example
Text Example
White with #F41498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41498; }
p { color: rgb(244,20,152); }
H1.HeaderClassName
{
color: #F41498;
}
.AnyTagClassName
{
color: #F41498;
}
</style>
background-color css
<style>
a { background-color: #F41498; }
a { background-color: rgb(244,20,152); }
div.DivClassName
{
background-color: #F41498;
}
.BgClassName
{
background-color: #F41498;
}
</style>
border-color css
<style>
span { border-color: #F41498; }
span { border-color: rgb(244,20,152); }
td.TdClassName
{
border-color: #F41498;
}
.TagClassName
{
border-color: #F41498;
}
</style>