Shades of Deep Pink #F51E94
Tints of Deep Pink #F51E94
RGB
CMYK
RGB Variations
Color information
#F51E94 (or 0xF51E94) is known color: Deep Pink. HEX triplet: F5, 1E and 94. RGB value is (245,30,148). Sum of RGB (Red+Green+Blue) = 245+30+148=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51E94 is #0AE16B. Grayscale: #6B6B6B. Windows color (decimal): -713068 or 9707253. OLE color: 9707253.
HSL color Cylindrical-coordinate representation of color #F51E94: hue angle of 327.07º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51E94 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 148 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.04 |
| HSL | 327.07º | 0.91% | 0.54% | - |
| HSV(B) | 327.07º | 0.88% | 0.96% | - |
| XYZ | 43.47 | 22.48 | 30.06 | - |
| YUV | 107.74 | 150.73 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 148 | 0 | 0.88 | 0.40 | 0.04 | 327.07 | 0.91 | 0.54 |
| Hex | F5 | 1E | 94 | 0 | 58 | 28 | 4 | 147 | 5B | 36 |
| Octal | 365 | 36 | 224 | 0 | 130 | 50 | 4 | 507 | 133 | 66 |
| Binary | 11110101 | 11110 | 10010100 | 0 | 1011000 | 101000 | 100 | 101000111 | 1011011 | 110110 |
Color Harmonies of #F51E94
Complementary color
Monochromatic Colors of #F51E94
Black with #F51E94
Text Example
Text Example
White with #F51E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51E94; }
p { color: rgb(245,30,148); }
H1.HeaderClassName
{
color: #F51E94;
}
.AnyTagClassName
{
color: #F51E94;
}
</style>
background-color css
<style>
a { background-color: #F51E94; }
a { background-color: rgb(245,30,148); }
div.DivClassName
{
background-color: #F51E94;
}
.BgClassName
{
background-color: #F51E94;
}
</style>
border-color css
<style>
span { border-color: #F51E94; }
span { border-color: rgb(245,30,148); }
td.TdClassName
{
border-color: #F51E94;
}
.TagClassName
{
border-color: #F51E94;
}
</style>