Shades of Deep Pink #F51994
Tints of Deep Pink #F51994
RGB
CMYK
RGB Variations
Color information
#F51994 (or 0xF51994) is known color: Deep Pink. HEX triplet: F5, 19 and 94. RGB value is (245,25,148). Sum of RGB (Red+Green+Blue) = 245+25+148=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F51994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51994 is #0AE66B. Grayscale: #686868. Windows color (decimal): -714348 or 9705973. OLE color: 9705973.
HSL color Cylindrical-coordinate representation of color #F51994: hue angle of 326.45º 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 #F51994 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 148 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.04 |
| HSL | 326.45º | 0.92% | 0.53% | - |
| HSV(B) | 326.45º | 0.9% | 0.96% | - |
| XYZ | 43.35 | 22.25 | 30.03 | - |
| YUV | 104.8 | 152.39 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 148 | 0 | 0.90 | 0.40 | 0.04 | 326.45 | 0.92 | 0.53 |
| Hex | F5 | 19 | 94 | 0 | 5A | 28 | 4 | 146 | 5C | 35 |
| Octal | 365 | 31 | 224 | 0 | 132 | 50 | 4 | 506 | 134 | 65 |
| Binary | 11110101 | 11001 | 10010100 | 0 | 1011010 | 101000 | 100 | 101000110 | 1011100 | 110101 |
Color Harmonies of #F51994
Complementary color
Monochromatic Colors of #F51994
Black with #F51994
Text Example
Text Example
White with #F51994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51994; }
p { color: rgb(245,25,148); }
H1.HeaderClassName
{
color: #F51994;
}
.AnyTagClassName
{
color: #F51994;
}
</style>
background-color css
<style>
a { background-color: #F51994; }
a { background-color: rgb(245,25,148); }
div.DivClassName
{
background-color: #F51994;
}
.BgClassName
{
background-color: #F51994;
}
</style>
border-color css
<style>
span { border-color: #F51994; }
span { border-color: rgb(245,25,148); }
td.TdClassName
{
border-color: #F51994;
}
.TagClassName
{
border-color: #F51994;
}
</style>