Shades of Deep Pink #F5187D
Tints of Deep Pink #F5187D
RGB
CMYK
RGB Variations
Color information
#F5187D (or 0xF5187D) is known color: Deep Pink. HEX triplet: F5, 18 and 7D. RGB value is (245,24,125). Sum of RGB (Red+Green+Blue) = 245+24+125=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F5187D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5187D is #0AE782. Grayscale: #656565. Windows color (decimal): -714627 or 8198389. OLE color: 8198389.
HSL color Cylindrical-coordinate representation of color #F5187D: hue angle of 332.58º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5187D is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 125 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.04 |
| HSL | 332.58º | 0.92% | 0.53% | - |
| HSV(B) | 332.58º | 0.9% | 0.96% | - |
| XYZ | 41.68 | 21.55 | 21.36 | - |
| YUV | 101.59 | 141.22 | 230.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 125 | 0 | 0.90 | 0.49 | 0.04 | 332.58 | 0.92 | 0.53 |
| Hex | F5 | 18 | 7D | 0 | 5A | 31 | 4 | 14D | 5C | 35 |
| Octal | 365 | 30 | 175 | 0 | 132 | 61 | 4 | 515 | 134 | 65 |
| Binary | 11110101 | 11000 | 1111101 | 0 | 1011010 | 110001 | 100 | 101001101 | 1011100 | 110101 |
Color Harmonies of #F5187D
Complementary color
Monochromatic Colors of #F5187D
Black with #F5187D
Text Example
Text Example
White with #F5187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5187D; }
p { color: rgb(245,24,125); }
H1.HeaderClassName
{
color: #F5187D;
}
.AnyTagClassName
{
color: #F5187D;
}
</style>
background-color css
<style>
a { background-color: #F5187D; }
a { background-color: rgb(245,24,125); }
div.DivClassName
{
background-color: #F5187D;
}
.BgClassName
{
background-color: #F5187D;
}
</style>
border-color css
<style>
span { border-color: #F5187D; }
span { border-color: rgb(245,24,125); }
td.TdClassName
{
border-color: #F5187D;
}
.TagClassName
{
border-color: #F5187D;
}
</style>