Shades of Deep Pink #F51993
Tints of Deep Pink #F51993
RGB
CMYK
RGB Variations
Color information
#F51993 (or 0xF51993) is known color: Deep Pink. HEX triplet: F5, 19 and 93. RGB value is (245,25,147). Sum of RGB (Red+Green+Blue) = 245+25+147=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F51993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51993 is #0AE66C. Grayscale: #686868. Windows color (decimal): -714349 or 9640437. OLE color: 9640437.
HSL color Cylindrical-coordinate representation of color #F51993: hue angle of 326.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F51993 is Cyan = 0, Magento = 0.90, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 147 | - |
| CMYK | 0 | 0.90 | 0.4 | 0.04 |
| HSL | 326.73º | 0.92% | 0.53% | - |
| HSV(B) | 326.73º | 0.9% | 0.96% | - |
| XYZ | 43.27 | 22.21 | 29.61 | - |
| YUV | 104.69 | 151.89 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 147 | 0 | 0.90 | 0.4 | 0.04 | 326.73 | 0.92 | 0.53 |
| Hex | F5 | 19 | 93 | 0 | 5A | 28 | 4 | 147 | 5C | 35 |
| Octal | 365 | 31 | 223 | 0 | 132 | 50 | 4 | 507 | 134 | 65 |
| Binary | 11110101 | 11001 | 10010011 | 0 | 1011010 | 101000 | 100 | 101000111 | 1011100 | 110101 |
Color Harmonies of #F51993
Complementary color
Monochromatic Colors of #F51993
Black with #F51993
Text Example
Text Example
White with #F51993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51993; }
p { color: rgb(245,25,147); }
H1.HeaderClassName
{
color: #F51993;
}
.AnyTagClassName
{
color: #F51993;
}
</style>
background-color css
<style>
a { background-color: #F51993; }
a { background-color: rgb(245,25,147); }
div.DivClassName
{
background-color: #F51993;
}
.BgClassName
{
background-color: #F51993;
}
</style>
border-color css
<style>
span { border-color: #F51993; }
span { border-color: rgb(245,25,147); }
td.TdClassName
{
border-color: #F51993;
}
.TagClassName
{
border-color: #F51993;
}
</style>