Shades of Deep Pink #F5058C
Tints of Deep Pink #F5058C
RGB
CMYK
RGB Variations
Color information
#F5058C (or 0xF5058C) is known color: Deep Pink. HEX triplet: F5, 05 and 8C. RGB value is (245,5,140). Sum of RGB (Red+Green+Blue) = 245+5+140=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F5058C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5058C is #0AFA73. Grayscale: #5B5B5B. Windows color (decimal): -719476 or 9176565. OLE color: 9176565.
HSL color Cylindrical-coordinate representation of color #F5058C: hue angle of 326.25º 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 #F5058C is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.04 |
| HSL | 326.25º | 0.96% | 0.49% | - |
| HSV(B) | 326.25º | 0.98% | 0.96% | - |
| XYZ | 42.44 | 21.41 | 26.71 | - |
| YUV | 92.15 | 155.01 | 237.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 140 | 0 | 0.98 | 0.43 | 0.04 | 326.25 | 0.96 | 0.49 |
| Hex | F5 | 5 | 8C | 0 | 62 | 2B | 4 | 146 | 60 | 31 |
| Octal | 365 | 5 | 214 | 0 | 142 | 53 | 4 | 506 | 140 | 61 |
| Binary | 11110101 | 101 | 10001100 | 0 | 1100010 | 101011 | 100 | 101000110 | 1100000 | 110001 |
Color Harmonies of #F5058C
Complementary color
Monochromatic Colors of #F5058C
Black with #F5058C
Text Example
Text Example
White with #F5058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5058C; }
p { color: rgb(245,5,140); }
H1.HeaderClassName
{
color: #F5058C;
}
.AnyTagClassName
{
color: #F5058C;
}
</style>
background-color css
<style>
a { background-color: #F5058C; }
a { background-color: rgb(245,5,140); }
div.DivClassName
{
background-color: #F5058C;
}
.BgClassName
{
background-color: #F5058C;
}
</style>
border-color css
<style>
span { border-color: #F5058C; }
span { border-color: rgb(245,5,140); }
td.TdClassName
{
border-color: #F5058C;
}
.TagClassName
{
border-color: #F5058C;
}
</style>