Shades of Deep Pink #F51C82
Tints of Deep Pink #F51C82
RGB
CMYK
RGB Variations
Color information
#F51C82 (or 0xF51C82) is known color: Deep Pink. HEX triplet: F5, 1C and 82. RGB value is (245,28,130). Sum of RGB (Red+Green+Blue) = 245+28+130=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F51C82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51C82 is #0AE37D. Grayscale: #686868. Windows color (decimal): -713598 or 8527093. OLE color: 8527093.
HSL color Cylindrical-coordinate representation of color #F51C82: hue angle of 331.8º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51C82 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 130 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.04 |
| HSL | 331.8º | 0.92% | 0.54% | - |
| HSV(B) | 331.8º | 0.89% | 0.96% | - |
| XYZ | 42.1 | 21.85 | 23.12 | - |
| YUV | 104.51 | 142.39 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 130 | 0 | 0.89 | 0.47 | 0.04 | 331.8 | 0.92 | 0.54 |
| Hex | F5 | 1C | 82 | 0 | 59 | 2F | 4 | 14C | 5C | 36 |
| Octal | 365 | 34 | 202 | 0 | 131 | 57 | 4 | 514 | 134 | 66 |
| Binary | 11110101 | 11100 | 10000010 | 0 | 1011001 | 101111 | 100 | 101001100 | 1011100 | 110110 |
Color Harmonies of #F51C82
Complementary color
Monochromatic Colors of #F51C82
Black with #F51C82
Text Example
Text Example
White with #F51C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51C82; }
p { color: rgb(245,28,130); }
H1.HeaderClassName
{
color: #F51C82;
}
.AnyTagClassName
{
color: #F51C82;
}
</style>
background-color css
<style>
a { background-color: #F51C82; }
a { background-color: rgb(245,28,130); }
div.DivClassName
{
background-color: #F51C82;
}
.BgClassName
{
background-color: #F51C82;
}
</style>
border-color css
<style>
span { border-color: #F51C82; }
span { border-color: rgb(245,28,130); }
td.TdClassName
{
border-color: #F51C82;
}
.TagClassName
{
border-color: #F51C82;
}
</style>