Shades of Deep Pink #F51482
Tints of Deep Pink #F51482
RGB
CMYK
RGB Variations
Color information
#F51482 (or 0xF51482) is known color: Deep Pink. HEX triplet: F5, 14 and 82. RGB value is (245,20,130). Sum of RGB (Red+Green+Blue) = 245+20+130=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F51482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51482 is #0AEB7D. Grayscale: #636363. Windows color (decimal): -715646 or 8525045. OLE color: 8525045.
HSL color Cylindrical-coordinate representation of color #F51482: hue angle of 330.67º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F51482 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 130 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.04 |
| HSL | 330.67º | 0.92% | 0.52% | - |
| HSV(B) | 330.67º | 0.92% | 0.96% | - |
| XYZ | 41.94 | 21.52 | 23.06 | - |
| YUV | 99.82 | 145.04 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 130 | 0 | 0.92 | 0.47 | 0.04 | 330.67 | 0.92 | 0.52 |
| Hex | F5 | 14 | 82 | 0 | 5C | 2F | 4 | 14B | 5C | 34 |
| Octal | 365 | 24 | 202 | 0 | 134 | 57 | 4 | 513 | 134 | 64 |
| Binary | 11110101 | 10100 | 10000010 | 0 | 1011100 | 101111 | 100 | 101001011 | 1011100 | 110100 |
Color Harmonies of #F51482
Complementary color
Monochromatic Colors of #F51482
Black with #F51482
Text Example
Text Example
White with #F51482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51482; }
p { color: rgb(245,20,130); }
H1.HeaderClassName
{
color: #F51482;
}
.AnyTagClassName
{
color: #F51482;
}
</style>
background-color css
<style>
a { background-color: #F51482; }
a { background-color: rgb(245,20,130); }
div.DivClassName
{
background-color: #F51482;
}
.BgClassName
{
background-color: #F51482;
}
</style>
border-color css
<style>
span { border-color: #F51482; }
span { border-color: rgb(245,20,130); }
td.TdClassName
{
border-color: #F51482;
}
.TagClassName
{
border-color: #F51482;
}
</style>