Shades of Deep Pink #F41798
Tints of Deep Pink #F41798
RGB
CMYK
RGB Variations
Color information
#F41798 (or 0xF41798) is known color: Deep Pink. HEX triplet: F4, 17 and 98. RGB value is (244,23,152). Sum of RGB (Red+Green+Blue) = 244+23+152=419 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.23% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 244 - color contains mainly: red. Hex color #F41798 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41798 is #0BE867. Grayscale: #676767. Windows color (decimal): -780392 or 9967604. OLE color: 9967604.
HSL color Cylindrical-coordinate representation of color #F41798: hue angle of 324.98º 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 #F41798 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 152 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.04 |
| HSL | 324.98º | 0.91% | 0.52% | - |
| HSV(B) | 324.98º | 0.91% | 0.96% | - |
| XYZ | 43.28 | 22.11 | 31.69 | - |
| YUV | 103.79 | 155.22 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 152 | 0 | 0.91 | 0.38 | 0.04 | 324.98 | 0.91 | 0.52 |
| Hex | F4 | 17 | 98 | 0 | 5B | 26 | 4 | 145 | 5B | 34 |
| Octal | 364 | 27 | 230 | 0 | 133 | 46 | 4 | 505 | 133 | 64 |
| Binary | 11110100 | 10111 | 10011000 | 0 | 1011011 | 100110 | 100 | 101000101 | 1011011 | 110100 |
Color Harmonies of #F41798
Complementary color
Monochromatic Colors of #F41798
Black with #F41798
Text Example
Text Example
White with #F41798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41798; }
p { color: rgb(244,23,152); }
H1.HeaderClassName
{
color: #F41798;
}
.AnyTagClassName
{
color: #F41798;
}
</style>
background-color css
<style>
a { background-color: #F41798; }
a { background-color: rgb(244,23,152); }
div.DivClassName
{
background-color: #F41798;
}
.BgClassName
{
background-color: #F41798;
}
</style>
border-color css
<style>
span { border-color: #F41798; }
span { border-color: rgb(244,23,152); }
td.TdClassName
{
border-color: #F41798;
}
.TagClassName
{
border-color: #F41798;
}
</style>