Shades of Deep Pink #F5058A
Tints of Deep Pink #F5058A
RGB
CMYK
RGB Variations
Color information
#F5058A (or 0xF5058A) is known color: Deep Pink. HEX triplet: F5, 05 and 8A. RGB value is (245,5,138). Sum of RGB (Red+Green+Blue) = 245+5+138=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F5058A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5058A is #0AFA75. Grayscale: #5B5B5B. Windows color (decimal): -719478 or 9045493. OLE color: 9045493.
HSL color Cylindrical-coordinate representation of color #F5058A: hue angle of 326.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5058A is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 138 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.04 |
| HSL | 326.75º | 0.96% | 0.49% | - |
| HSV(B) | 326.75º | 0.98% | 0.96% | - |
| XYZ | 42.3 | 21.36 | 25.94 | - |
| YUV | 91.92 | 154.01 | 237.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 138 | 0 | 0.98 | 0.44 | 0.04 | 326.75 | 0.96 | 0.49 |
| Hex | F5 | 5 | 8A | 0 | 62 | 2C | 4 | 147 | 60 | 31 |
| Octal | 365 | 5 | 212 | 0 | 142 | 54 | 4 | 507 | 140 | 61 |
| Binary | 11110101 | 101 | 10001010 | 0 | 1100010 | 101100 | 100 | 101000111 | 1100000 | 110001 |
Color Harmonies of #F5058A
Complementary color
Monochromatic Colors of #F5058A
Black with #F5058A
Text Example
Text Example
White with #F5058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5058A; }
p { color: rgb(245,5,138); }
H1.HeaderClassName
{
color: #F5058A;
}
.AnyTagClassName
{
color: #F5058A;
}
</style>
background-color css
<style>
a { background-color: #F5058A; }
a { background-color: rgb(245,5,138); }
div.DivClassName
{
background-color: #F5058A;
}
.BgClassName
{
background-color: #F5058A;
}
</style>
border-color css
<style>
span { border-color: #F5058A; }
span { border-color: rgb(245,5,138); }
td.TdClassName
{
border-color: #F5058A;
}
.TagClassName
{
border-color: #F5058A;
}
</style>