Shades of Deep Pink #F51384
Tints of Deep Pink #F51384
RGB
CMYK
RGB Variations
Color information
#F51384 (or 0xF51384) is known color: Deep Pink. HEX triplet: F5, 13 and 84. RGB value is (245,19,132). Sum of RGB (Red+Green+Blue) = 245+19+132=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F51384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51384 is #0AEC7B. Grayscale: #636363. Windows color (decimal): -715900 or 8655861. OLE color: 8655861.
HSL color Cylindrical-coordinate representation of color #F51384: hue angle of 330º 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 #F51384 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 132 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.04 |
| HSL | 330º | 0.92% | 0.52% | - |
| HSV(B) | 330º | 0.92% | 0.96% | - |
| XYZ | 42.05 | 21.54 | 23.77 | - |
| YUV | 99.46 | 146.37 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 132 | 0 | 0.92 | 0.46 | 0.04 | 330 | 0.92 | 0.52 |
| Hex | F5 | 13 | 84 | 0 | 5C | 2E | 4 | 14A | 5C | 34 |
| Octal | 365 | 23 | 204 | 0 | 134 | 56 | 4 | 512 | 134 | 64 |
| Binary | 11110101 | 10011 | 10000100 | 0 | 1011100 | 101110 | 100 | 101001010 | 1011100 | 110100 |
Color Harmonies of #F51384
Complementary color
Monochromatic Colors of #F51384
Black with #F51384
Text Example
Text Example
White with #F51384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51384; }
p { color: rgb(245,19,132); }
H1.HeaderClassName
{
color: #F51384;
}
.AnyTagClassName
{
color: #F51384;
}
</style>
background-color css
<style>
a { background-color: #F51384; }
a { background-color: rgb(245,19,132); }
div.DivClassName
{
background-color: #F51384;
}
.BgClassName
{
background-color: #F51384;
}
</style>
border-color css
<style>
span { border-color: #F51384; }
span { border-color: rgb(245,19,132); }
td.TdClassName
{
border-color: #F51384;
}
.TagClassName
{
border-color: #F51384;
}
</style>