Shades of Deep Pink #F41793
Tints of Deep Pink #F41793
RGB
CMYK
RGB Variations
Color information
#F41793 (or 0xF41793) is known color: Deep Pink. HEX triplet: F4, 17 and 93. RGB value is (244,23,147). Sum of RGB (Red+Green+Blue) = 244+23+147=414 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.94% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 244 - color contains mainly: red. Hex color #F41793 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41793 is #0BE86C. Grayscale: #666666. Windows color (decimal): -780397 or 9639924. OLE color: 9639924.
HSL color Cylindrical-coordinate representation of color #F41793: hue angle of 326.33º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F41793 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 147 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.04 |
| HSL | 326.33º | 0.91% | 0.52% | - |
| HSV(B) | 326.33º | 0.91% | 0.96% | - |
| XYZ | 42.88 | 21.95 | 29.58 | - |
| YUV | 103.22 | 152.72 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 147 | 0 | 0.91 | 0.40 | 0.04 | 326.33 | 0.91 | 0.52 |
| Hex | F4 | 17 | 93 | 0 | 5B | 28 | 4 | 146 | 5B | 34 |
| Octal | 364 | 27 | 223 | 0 | 133 | 50 | 4 | 506 | 133 | 64 |
| Binary | 11110100 | 10111 | 10010011 | 0 | 1011011 | 101000 | 100 | 101000110 | 1011011 | 110100 |
Color Harmonies of #F41793
Complementary color
Monochromatic Colors of #F41793
Black with #F41793
Text Example
Text Example
White with #F41793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41793; }
p { color: rgb(244,23,147); }
H1.HeaderClassName
{
color: #F41793;
}
.AnyTagClassName
{
color: #F41793;
}
</style>
background-color css
<style>
a { background-color: #F41793; }
a { background-color: rgb(244,23,147); }
div.DivClassName
{
background-color: #F41793;
}
.BgClassName
{
background-color: #F41793;
}
</style>
border-color css
<style>
span { border-color: #F41793; }
span { border-color: rgb(244,23,147); }
td.TdClassName
{
border-color: #F41793;
}
.TagClassName
{
border-color: #F41793;
}
</style>