Shades of Deep Pink #F51082
Tints of Deep Pink #F51082
RGB
CMYK
RGB Variations
Color information
#F51082 (or 0xF51082) is known color: Deep Pink. HEX triplet: F5, 10 and 82. RGB value is (245,16,130). Sum of RGB (Red+Green+Blue) = 245+16+130=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F51082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51082 is #0AEF7D. Grayscale: #616161. Windows color (decimal): -716670 or 8524021. OLE color: 8524021.
HSL color Cylindrical-coordinate representation of color #F51082: hue angle of 330.13º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51082 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 130 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.04 |
| HSL | 330.13º | 0.92% | 0.51% | - |
| HSV(B) | 330.13º | 0.93% | 0.96% | - |
| XYZ | 41.87 | 21.39 | 23.04 | - |
| YUV | 97.47 | 146.37 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 130 | 0 | 0.93 | 0.47 | 0.04 | 330.13 | 0.92 | 0.51 |
| Hex | F5 | 10 | 82 | 0 | 5D | 2F | 4 | 14A | 5C | 33 |
| Octal | 365 | 20 | 202 | 0 | 135 | 57 | 4 | 512 | 134 | 63 |
| Binary | 11110101 | 10000 | 10000010 | 0 | 1011101 | 101111 | 100 | 101001010 | 1011100 | 110011 |
Color Harmonies of #F51082
Complementary color
Monochromatic Colors of #F51082
Black with #F51082
Text Example
Text Example
White with #F51082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51082; }
p { color: rgb(245,16,130); }
H1.HeaderClassName
{
color: #F51082;
}
.AnyTagClassName
{
color: #F51082;
}
</style>
background-color css
<style>
a { background-color: #F51082; }
a { background-color: rgb(245,16,130); }
div.DivClassName
{
background-color: #F51082;
}
.BgClassName
{
background-color: #F51082;
}
</style>
border-color css
<style>
span { border-color: #F51082; }
span { border-color: rgb(245,16,130); }
td.TdClassName
{
border-color: #F51082;
}
.TagClassName
{
border-color: #F51082;
}
</style>