Shades of Deep Pink #F41C92
Tints of Deep Pink #F41C92
RGB
CMYK
RGB Variations
Color information
#F41C92 (or 0xF41C92) is known color: Deep Pink. HEX triplet: F4, 1C and 92. RGB value is (244,28,146). Sum of RGB (Red+Green+Blue) = 244+28+146=418 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.37% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41C92 is #0BE36D. Grayscale: #696969. Windows color (decimal): -779118 or 9575668. OLE color: 9575668.
HSL color Cylindrical-coordinate representation of color #F41C92: hue angle of 327.22º 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 #F41C92 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 146 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.04 |
| HSL | 327.22º | 0.91% | 0.53% | - |
| HSV(B) | 327.22º | 0.89% | 0.96% | - |
| XYZ | 42.91 | 22.14 | 29.21 | - |
| YUV | 106.04 | 150.56 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 146 | 0 | 0.89 | 0.40 | 0.04 | 327.22 | 0.91 | 0.53 |
| Hex | F4 | 1C | 92 | 0 | 59 | 28 | 4 | 147 | 5B | 35 |
| Octal | 364 | 34 | 222 | 0 | 131 | 50 | 4 | 507 | 133 | 65 |
| Binary | 11110100 | 11100 | 10010010 | 0 | 1011001 | 101000 | 100 | 101000111 | 1011011 | 110101 |
Color Harmonies of #F41C92
Complementary color
Monochromatic Colors of #F41C92
Black with #F41C92
Text Example
Text Example
White with #F41C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41C92; }
p { color: rgb(244,28,146); }
H1.HeaderClassName
{
color: #F41C92;
}
.AnyTagClassName
{
color: #F41C92;
}
</style>
background-color css
<style>
a { background-color: #F41C92; }
a { background-color: rgb(244,28,146); }
div.DivClassName
{
background-color: #F41C92;
}
.BgClassName
{
background-color: #F41C92;
}
</style>
border-color css
<style>
span { border-color: #F41C92; }
span { border-color: rgb(244,28,146); }
td.TdClassName
{
border-color: #F41C92;
}
.TagClassName
{
border-color: #F41C92;
}
</style>