Shades of Deep Pink #F41183
Tints of Deep Pink #F41183
RGB
CMYK
RGB Variations
Color information
#F41183 (or 0xF41183) is known color: Deep Pink. HEX triplet: F4, 11 and 83. RGB value is (244,17,131). Sum of RGB (Red+Green+Blue) = 244+17+131=392 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.24% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 244 - color contains mainly: red. Hex color #F41183 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41183 is #0BEE7C. Grayscale: #616161. Windows color (decimal): -781949 or 8589812. OLE color: 8589812.
HSL color Cylindrical-coordinate representation of color #F41183: hue angle of 329.87º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41183 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 131 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.04 |
| HSL | 329.87º | 0.91% | 0.51% | - |
| HSV(B) | 329.87º | 0.93% | 0.96% | - |
| XYZ | 41.61 | 21.27 | 23.39 | - |
| YUV | 97.87 | 146.71 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 131 | 0 | 0.93 | 0.46 | 0.04 | 329.87 | 0.91 | 0.51 |
| Hex | F4 | 11 | 83 | 0 | 5D | 2E | 4 | 14A | 5B | 33 |
| Octal | 364 | 21 | 203 | 0 | 135 | 56 | 4 | 512 | 133 | 63 |
| Binary | 11110100 | 10001 | 10000011 | 0 | 1011101 | 101110 | 100 | 101001010 | 1011011 | 110011 |
Color Harmonies of #F41183
Complementary color
Monochromatic Colors of #F41183
Black with #F41183
Text Example
Text Example
White with #F41183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41183; }
p { color: rgb(244,17,131); }
H1.HeaderClassName
{
color: #F41183;
}
.AnyTagClassName
{
color: #F41183;
}
</style>
background-color css
<style>
a { background-color: #F41183; }
a { background-color: rgb(244,17,131); }
div.DivClassName
{
background-color: #F41183;
}
.BgClassName
{
background-color: #F41183;
}
</style>
border-color css
<style>
span { border-color: #F41183; }
span { border-color: rgb(244,17,131); }
td.TdClassName
{
border-color: #F41183;
}
.TagClassName
{
border-color: #F41183;
}
</style>