Shades of Deep Pink #F41493
Tints of Deep Pink #F41493
RGB
CMYK
RGB Variations
Color information
#F41493 (or 0xF41493) is known color: Deep Pink. HEX triplet: F4, 14 and 93. RGB value is (244,20,147). Sum of RGB (Red+Green+Blue) = 244+20+147=411 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.37% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 244 - color contains mainly: red. Hex color #F41493 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41493 is #0BEB6C. Grayscale: #656565. Windows color (decimal): -781165 or 9639156. OLE color: 9639156.
HSL color Cylindrical-coordinate representation of color #F41493: hue angle of 325.98º 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 #F41493 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 147 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.04 |
| HSL | 325.98º | 0.91% | 0.52% | - |
| HSV(B) | 325.98º | 0.92% | 0.96% | - |
| XYZ | 42.82 | 21.84 | 29.56 | - |
| YUV | 101.45 | 153.71 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 147 | 0 | 0.92 | 0.40 | 0.04 | 325.98 | 0.91 | 0.52 |
| Hex | F4 | 14 | 93 | 0 | 5C | 28 | 4 | 146 | 5B | 34 |
| Octal | 364 | 24 | 223 | 0 | 134 | 50 | 4 | 506 | 133 | 64 |
| Binary | 11110100 | 10100 | 10010011 | 0 | 1011100 | 101000 | 100 | 101000110 | 1011011 | 110100 |
Color Harmonies of #F41493
Complementary color
Monochromatic Colors of #F41493
Black with #F41493
Text Example
Text Example
White with #F41493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41493; }
p { color: rgb(244,20,147); }
H1.HeaderClassName
{
color: #F41493;
}
.AnyTagClassName
{
color: #F41493;
}
</style>
background-color css
<style>
a { background-color: #F41493; }
a { background-color: rgb(244,20,147); }
div.DivClassName
{
background-color: #F41493;
}
.BgClassName
{
background-color: #F41493;
}
</style>
border-color css
<style>
span { border-color: #F41493; }
span { border-color: rgb(244,20,147); }
td.TdClassName
{
border-color: #F41493;
}
.TagClassName
{
border-color: #F41493;
}
</style>