Shades of Deep Pink #F51784
Tints of Deep Pink #F51784
RGB
CMYK
RGB Variations
Color information
#F51784 (or 0xF51784) is known color: Deep Pink. HEX triplet: F5, 17 and 84. RGB value is (245,23,132). Sum of RGB (Red+Green+Blue) = 245+23+132=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F51784 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51784 is #0AE87B. Grayscale: #656565. Windows color (decimal): -714876 or 8656885. OLE color: 8656885.
HSL color Cylindrical-coordinate representation of color #F51784: hue angle of 330.54º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51784 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 132 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.04 |
| HSL | 330.54º | 0.92% | 0.53% | - |
| HSV(B) | 330.54º | 0.91% | 0.96% | - |
| XYZ | 42.13 | 21.69 | 23.8 | - |
| YUV | 101.8 | 145.05 | 230.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 132 | 0 | 0.91 | 0.46 | 0.04 | 330.54 | 0.92 | 0.53 |
| Hex | F5 | 17 | 84 | 0 | 5B | 2E | 4 | 14B | 5C | 35 |
| Octal | 365 | 27 | 204 | 0 | 133 | 56 | 4 | 513 | 134 | 65 |
| Binary | 11110101 | 10111 | 10000100 | 0 | 1011011 | 101110 | 100 | 101001011 | 1011100 | 110101 |
Color Harmonies of #F51784
Complementary color
Monochromatic Colors of #F51784
Black with #F51784
Text Example
Text Example
White with #F51784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51784; }
p { color: rgb(245,23,132); }
H1.HeaderClassName
{
color: #F51784;
}
.AnyTagClassName
{
color: #F51784;
}
</style>
background-color css
<style>
a { background-color: #F51784; }
a { background-color: rgb(245,23,132); }
div.DivClassName
{
background-color: #F51784;
}
.BgClassName
{
background-color: #F51784;
}
</style>
border-color css
<style>
span { border-color: #F51784; }
span { border-color: rgb(245,23,132); }
td.TdClassName
{
border-color: #F51784;
}
.TagClassName
{
border-color: #F51784;
}
</style>