Shades of Deep Pink #F50186
Tints of Deep Pink #F50186
RGB
CMYK
RGB Variations
Color information
#F50186 (or 0xF50186) is known color: Deep Pink. HEX triplet: F5, 01 and 86. RGB value is (245,1,134). Sum of RGB (Red+Green+Blue) = 245+1+134=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F50186 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50186 is #0AFE79. Grayscale: #585858. Windows color (decimal): -720506 or 8782325. OLE color: 8782325.
HSL color Cylindrical-coordinate representation of color #F50186: hue angle of 327.3º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F50186 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 134 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.04 |
| HSL | 327.3º | 0.99% | 0.48% | - |
| HSV(B) | 327.3º | 1% | 0.96% | - |
| XYZ | 41.97 | 21.16 | 24.43 | - |
| YUV | 89.12 | 153.34 | 239.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 134 | 0 | 1.00 | 0.45 | 0.04 | 327.3 | 0.99 | 0.48 |
| Hex | F5 | 1 | 86 | 0 | 64 | 2D | 4 | 147 | 63 | 30 |
| Octal | 365 | 1 | 206 | 0 | 144 | 55 | 4 | 507 | 143 | 60 |
| Binary | 11110101 | 1 | 10000110 | 0 | 1100100 | 101101 | 100 | 101000111 | 1100011 | 110000 |
Color Harmonies of #F50186
Complementary color
Monochromatic Colors of #F50186
Black with #F50186
Text Example
Text Example
White with #F50186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50186; }
p { color: rgb(245,1,134); }
H1.HeaderClassName
{
color: #F50186;
}
.AnyTagClassName
{
color: #F50186;
}
</style>
background-color css
<style>
a { background-color: #F50186; }
a { background-color: rgb(245,1,134); }
div.DivClassName
{
background-color: #F50186;
}
.BgClassName
{
background-color: #F50186;
}
</style>
border-color css
<style>
span { border-color: #F50186; }
span { border-color: rgb(245,1,134); }
td.TdClassName
{
border-color: #F50186;
}
.TagClassName
{
border-color: #F50186;
}
</style>