Shades of Deep Pink #F50B82
Tints of Deep Pink #F50B82
RGB
CMYK
RGB Variations
Color information
#F50B82 (or 0xF50B82) is known color: Deep Pink. HEX triplet: F5, 0B and 82. RGB value is (245,11,130). Sum of RGB (Red+Green+Blue) = 245+11+130=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F50B82 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50B82 is #0AF47D. Grayscale: #5E5E5E. Windows color (decimal): -717950 or 8522741. OLE color: 8522741.
HSL color Cylindrical-coordinate representation of color #F50B82: hue angle of 329.49º 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 #F50B82 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 11 | 130 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.04 |
| HSL | 329.49º | 0.92% | 0.5% | - |
| HSV(B) | 329.49º | 0.96% | 0.96% | - |
| XYZ | 41.81 | 21.26 | 23.02 | - |
| YUV | 94.53 | 148.02 | 235.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 11 | 130 | 0 | 0.96 | 0.47 | 0.04 | 329.49 | 0.92 | 0.5 |
| Hex | F5 | B | 82 | 0 | 60 | 2F | 4 | 149 | 5C | 32 |
| Octal | 365 | 13 | 202 | 0 | 140 | 57 | 4 | 511 | 134 | 62 |
| Binary | 11110101 | 1011 | 10000010 | 0 | 1100000 | 101111 | 100 | 101001001 | 1011100 | 110010 |
Color Harmonies of #F50B82
Complementary color
Monochromatic Colors of #F50B82
Black with #F50B82
Text Example
Text Example
White with #F50B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50B82; }
p { color: rgb(245,11,130); }
H1.HeaderClassName
{
color: #F50B82;
}
.AnyTagClassName
{
color: #F50B82;
}
</style>
background-color css
<style>
a { background-color: #F50B82; }
a { background-color: rgb(245,11,130); }
div.DivClassName
{
background-color: #F50B82;
}
.BgClassName
{
background-color: #F50B82;
}
</style>
border-color css
<style>
span { border-color: #F50B82; }
span { border-color: rgb(245,11,130); }
td.TdClassName
{
border-color: #F50B82;
}
.TagClassName
{
border-color: #F50B82;
}
</style>