Shades of Deep Pink #F51E8A
Tints of Deep Pink #F51E8A
RGB
CMYK
RGB Variations
Color information
#F51E8A (or 0xF51E8A) is known color: Deep Pink. HEX triplet: F5, 1E and 8A. RGB value is (245,30,138). Sum of RGB (Red+Green+Blue) = 245+30+138=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51E8A is #0AE175. Grayscale: #6A6A6A. Windows color (decimal): -713078 or 9051893. OLE color: 9051893.
HSL color Cylindrical-coordinate representation of color #F51E8A: hue angle of 329.86º 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 #F51E8A is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 138 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.04 |
| HSL | 329.86º | 0.91% | 0.54% | - |
| HSV(B) | 329.86º | 0.88% | 0.96% | - |
| XYZ | 42.71 | 22.18 | 26.07 | - |
| YUV | 106.6 | 145.73 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 138 | 0 | 0.88 | 0.44 | 0.04 | 329.86 | 0.91 | 0.54 |
| Hex | F5 | 1E | 8A | 0 | 58 | 2C | 4 | 14A | 5B | 36 |
| Octal | 365 | 36 | 212 | 0 | 130 | 54 | 4 | 512 | 133 | 66 |
| Binary | 11110101 | 11110 | 10001010 | 0 | 1011000 | 101100 | 100 | 101001010 | 1011011 | 110110 |
Color Harmonies of #F51E8A
Complementary color
Monochromatic Colors of #F51E8A
Black with #F51E8A
Text Example
Text Example
White with #F51E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51E8A; }
p { color: rgb(245,30,138); }
H1.HeaderClassName
{
color: #F51E8A;
}
.AnyTagClassName
{
color: #F51E8A;
}
</style>
background-color css
<style>
a { background-color: #F51E8A; }
a { background-color: rgb(245,30,138); }
div.DivClassName
{
background-color: #F51E8A;
}
.BgClassName
{
background-color: #F51E8A;
}
</style>
border-color css
<style>
span { border-color: #F51E8A; }
span { border-color: rgb(245,30,138); }
td.TdClassName
{
border-color: #F51E8A;
}
.TagClassName
{
border-color: #F51E8A;
}
</style>