Shades of Deep Pink #F5208D
Tints of Deep Pink #F5208D
RGB
CMYK
RGB Variations
Color information
#F5208D (or 0xF5208D) is known color: Deep Pink. HEX triplet: F5, 20 and 8D. RGB value is (245,32,141). Sum of RGB (Red+Green+Blue) = 245+32+141=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F5208D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5208D is #0ADF72. Grayscale: #6B6B6B. Windows color (decimal): -712563 or 9249013. OLE color: 9249013.
HSL color Cylindrical-coordinate representation of color #F5208D: hue angle of 329.3º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5208D is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 141 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.04 |
| HSL | 329.3º | 0.91% | 0.54% | - |
| HSV(B) | 329.3º | 0.87% | 0.96% | - |
| XYZ | 42.98 | 22.37 | 27.25 | - |
| YUV | 108.11 | 146.57 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 141 | 0 | 0.87 | 0.42 | 0.04 | 329.3 | 0.91 | 0.54 |
| Hex | F5 | 20 | 8D | 0 | 57 | 2A | 4 | 149 | 5B | 36 |
| Octal | 365 | 40 | 215 | 0 | 127 | 52 | 4 | 511 | 133 | 66 |
| Binary | 11110101 | 100000 | 10001101 | 0 | 1010111 | 101010 | 100 | 101001001 | 1011011 | 110110 |
Color Harmonies of #F5208D
Complementary color
Monochromatic Colors of #F5208D
Black with #F5208D
Text Example
Text Example
White with #F5208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5208D; }
p { color: rgb(245,32,141); }
H1.HeaderClassName
{
color: #F5208D;
}
.AnyTagClassName
{
color: #F5208D;
}
</style>
background-color css
<style>
a { background-color: #F5208D; }
a { background-color: rgb(245,32,141); }
div.DivClassName
{
background-color: #F5208D;
}
.BgClassName
{
background-color: #F5208D;
}
</style>
border-color css
<style>
span { border-color: #F5208D; }
span { border-color: rgb(245,32,141); }
td.TdClassName
{
border-color: #F5208D;
}
.TagClassName
{
border-color: #F5208D;
}
</style>