Shades of Deep Pink #F41483
Tints of Deep Pink #F41483
RGB
CMYK
RGB Variations
Color information
#F41483 (or 0xF41483) is known color: Deep Pink. HEX triplet: F4, 14 and 83. RGB value is (244,20,131). Sum of RGB (Red+Green+Blue) = 244+20+131=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F41483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41483 is #0BEB7C. Grayscale: #636363. Windows color (decimal): -781181 or 8590580. OLE color: 8590580.
HSL color Cylindrical-coordinate representation of color #F41483: hue angle of 330.27º 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 #F41483 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 131 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.04 |
| HSL | 330.27º | 0.91% | 0.52% | - |
| HSV(B) | 330.27º | 0.92% | 0.96% | - |
| XYZ | 41.66 | 21.37 | 23.4 | - |
| YUV | 99.63 | 145.71 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 131 | 0 | 0.92 | 0.46 | 0.04 | 330.27 | 0.91 | 0.52 |
| Hex | F4 | 14 | 83 | 0 | 5C | 2E | 4 | 14A | 5B | 34 |
| Octal | 364 | 24 | 203 | 0 | 134 | 56 | 4 | 512 | 133 | 64 |
| Binary | 11110100 | 10100 | 10000011 | 0 | 1011100 | 101110 | 100 | 101001010 | 1011011 | 110100 |
Color Harmonies of #F41483
Complementary color
Monochromatic Colors of #F41483
Black with #F41483
Text Example
Text Example
White with #F41483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41483; }
p { color: rgb(244,20,131); }
H1.HeaderClassName
{
color: #F41483;
}
.AnyTagClassName
{
color: #F41483;
}
</style>
background-color css
<style>
a { background-color: #F41483; }
a { background-color: rgb(244,20,131); }
div.DivClassName
{
background-color: #F41483;
}
.BgClassName
{
background-color: #F41483;
}
</style>
border-color css
<style>
span { border-color: #F41483; }
span { border-color: rgb(244,20,131); }
td.TdClassName
{
border-color: #F41483;
}
.TagClassName
{
border-color: #F41483;
}
</style>