Shades of Deep Pink #F51182
Tints of Deep Pink #F51182
RGB
CMYK
RGB Variations
Color information
#F51182 (or 0xF51182) is known color: Deep Pink. HEX triplet: F5, 11 and 82. RGB value is (245,17,130). Sum of RGB (Red+Green+Blue) = 245+17+130=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F51182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51182 is #0AEE7D. Grayscale: #616161. Windows color (decimal): -716414 or 8524277. OLE color: 8524277.
HSL color Cylindrical-coordinate representation of color #F51182: hue angle of 330.26º 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 #F51182 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 130 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.04 |
| HSL | 330.26º | 0.92% | 0.51% | - |
| HSV(B) | 330.26º | 0.93% | 0.96% | - |
| XYZ | 41.89 | 21.43 | 23.05 | - |
| YUV | 98.05 | 146.04 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 130 | 0 | 0.93 | 0.47 | 0.04 | 330.26 | 0.92 | 0.51 |
| Hex | F5 | 11 | 82 | 0 | 5D | 2F | 4 | 14A | 5C | 33 |
| Octal | 365 | 21 | 202 | 0 | 135 | 57 | 4 | 512 | 134 | 63 |
| Binary | 11110101 | 10001 | 10000010 | 0 | 1011101 | 101111 | 100 | 101001010 | 1011100 | 110011 |
Color Harmonies of #F51182
Complementary color
Monochromatic Colors of #F51182
Black with #F51182
Text Example
Text Example
White with #F51182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51182; }
p { color: rgb(245,17,130); }
H1.HeaderClassName
{
color: #F51182;
}
.AnyTagClassName
{
color: #F51182;
}
</style>
background-color css
<style>
a { background-color: #F51182; }
a { background-color: rgb(245,17,130); }
div.DivClassName
{
background-color: #F51182;
}
.BgClassName
{
background-color: #F51182;
}
</style>
border-color css
<style>
span { border-color: #F51182; }
span { border-color: rgb(245,17,130); }
td.TdClassName
{
border-color: #F51182;
}
.TagClassName
{
border-color: #F51182;
}
</style>