Shades of Deep Pink #F50B91
Tints of Deep Pink #F50B91
RGB
CMYK
RGB Variations
Color information
#F50B91 (or 0xF50B91) is known color: Deep Pink. HEX triplet: F5, 0B and 91. RGB value is (245,11,145). Sum of RGB (Red+Green+Blue) = 245+11+145=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F50B91 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50B91 is #0AF46E. Grayscale: #5F5F5F. Windows color (decimal): -717935 or 9505781. OLE color: 9505781.
HSL color Cylindrical-coordinate representation of color #F50B91: hue angle of 325.64º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50B91 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 11 | 145 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.04 |
| HSL | 325.64º | 0.92% | 0.5% | - |
| HSV(B) | 325.64º | 0.96% | 0.96% | - |
| XYZ | 42.89 | 21.7 | 28.72 | - |
| YUV | 96.24 | 155.52 | 234.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 11 | 145 | 0 | 0.96 | 0.41 | 0.04 | 325.64 | 0.92 | 0.5 |
| Hex | F5 | B | 91 | 0 | 60 | 29 | 4 | 146 | 5C | 32 |
| Octal | 365 | 13 | 221 | 0 | 140 | 51 | 4 | 506 | 134 | 62 |
| Binary | 11110101 | 1011 | 10010001 | 0 | 1100000 | 101001 | 100 | 101000110 | 1011100 | 110010 |
Color Harmonies of #F50B91
Complementary color
Monochromatic Colors of #F50B91
Black with #F50B91
Text Example
Text Example
White with #F50B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50B91; }
p { color: rgb(245,11,145); }
H1.HeaderClassName
{
color: #F50B91;
}
.AnyTagClassName
{
color: #F50B91;
}
</style>
background-color css
<style>
a { background-color: #F50B91; }
a { background-color: rgb(245,11,145); }
div.DivClassName
{
background-color: #F50B91;
}
.BgClassName
{
background-color: #F50B91;
}
</style>
border-color css
<style>
span { border-color: #F50B91; }
span { border-color: rgb(245,11,145); }
td.TdClassName
{
border-color: #F50B91;
}
.TagClassName
{
border-color: #F50B91;
}
</style>