Shades of Deep Pink #F5087D
Tints of Deep Pink #F5087D
RGB
CMYK
RGB Variations
Color information
#F5087D (or 0xF5087D) is known color: Deep Pink. HEX triplet: F5, 08 and 7D. RGB value is (245,8,125). Sum of RGB (Red+Green+Blue) = 245+8+125=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F5087D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5087D is #0AF782. Grayscale: #5B5B5B. Windows color (decimal): -718723 or 8194293. OLE color: 8194293.
HSL color Cylindrical-coordinate representation of color #F5087D: hue angle of 330.38º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5087D is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 125 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.04 |
| HSL | 330.38º | 0.94% | 0.5% | - |
| HSV(B) | 330.38º | 0.97% | 0.96% | - |
| XYZ | 41.44 | 21.07 | 21.28 | - |
| YUV | 92.2 | 146.52 | 236.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 125 | 0 | 0.97 | 0.49 | 0.04 | 330.38 | 0.94 | 0.5 |
| Hex | F5 | 8 | 7D | 0 | 61 | 31 | 4 | 14A | 5E | 32 |
| Octal | 365 | 10 | 175 | 0 | 141 | 61 | 4 | 512 | 136 | 62 |
| Binary | 11110101 | 1000 | 1111101 | 0 | 1100001 | 110001 | 100 | 101001010 | 1011110 | 110010 |
Color Harmonies of #F5087D
Complementary color
Monochromatic Colors of #F5087D
Black with #F5087D
Text Example
Text Example
White with #F5087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5087D; }
p { color: rgb(245,8,125); }
H1.HeaderClassName
{
color: #F5087D;
}
.AnyTagClassName
{
color: #F5087D;
}
</style>
background-color css
<style>
a { background-color: #F5087D; }
a { background-color: rgb(245,8,125); }
div.DivClassName
{
background-color: #F5087D;
}
.BgClassName
{
background-color: #F5087D;
}
</style>
border-color css
<style>
span { border-color: #F5087D; }
span { border-color: rgb(245,8,125); }
td.TdClassName
{
border-color: #F5087D;
}
.TagClassName
{
border-color: #F5087D;
}
</style>