Shades of Deep Pink #F41C99
Tints of Deep Pink #F41C99
RGB
CMYK
RGB Variations
Color information
#F41C99 (or 0xF41C99) is known color: Deep Pink. HEX triplet: F4, 1C and 99. RGB value is (244,28,153). Sum of RGB (Red+Green+Blue) = 244+28+153=425 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.41% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41C99 is #0BE366. Grayscale: #6A6A6A. Windows color (decimal): -779111 or 10034420. OLE color: 10034420.
HSL color Cylindrical-coordinate representation of color #F41C99: hue angle of 325.28º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41C99 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 153 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.04 |
| HSL | 325.28º | 0.91% | 0.53% | - |
| HSV(B) | 325.28º | 0.89% | 0.96% | - |
| XYZ | 43.47 | 22.36 | 32.16 | - |
| YUV | 106.83 | 154.06 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 153 | 0 | 0.89 | 0.37 | 0.04 | 325.28 | 0.91 | 0.53 |
| Hex | F4 | 1C | 99 | 0 | 59 | 25 | 4 | 145 | 5B | 35 |
| Octal | 364 | 34 | 231 | 0 | 131 | 45 | 4 | 505 | 133 | 65 |
| Binary | 11110100 | 11100 | 10011001 | 0 | 1011001 | 100101 | 100 | 101000101 | 1011011 | 110101 |
Color Harmonies of #F41C99
Complementary color
Monochromatic Colors of #F41C99
Black with #F41C99
Text Example
Text Example
White with #F41C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41C99; }
p { color: rgb(244,28,153); }
H1.HeaderClassName
{
color: #F41C99;
}
.AnyTagClassName
{
color: #F41C99;
}
</style>
background-color css
<style>
a { background-color: #F41C99; }
a { background-color: rgb(244,28,153); }
div.DivClassName
{
background-color: #F41C99;
}
.BgClassName
{
background-color: #F41C99;
}
</style>
border-color css
<style>
span { border-color: #F41C99; }
span { border-color: rgb(244,28,153); }
td.TdClassName
{
border-color: #F41C99;
}
.TagClassName
{
border-color: #F41C99;
}
</style>