Shades of Deep Pink #F51377
Tints of Deep Pink #F51377
RGB
CMYK
RGB Variations
Color information
#F51377 (or 0xF51377) is known color: Deep Pink. HEX triplet: F5, 13 and 77. RGB value is (245,19,119). Sum of RGB (Red+Green+Blue) = 245+19+119=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F51377 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51377 is #0AEC88. Grayscale: #616161. Windows color (decimal): -715913 or 7803893. OLE color: 7803893.
HSL color Cylindrical-coordinate representation of color #F51377: hue angle of 333.45º 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 #F51377 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 119 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.04 |
| HSL | 333.45º | 0.92% | 0.52% | - |
| HSV(B) | 333.45º | 0.92% | 0.96% | - |
| XYZ | 41.22 | 21.21 | 19.37 | - |
| YUV | 97.97 | 139.87 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 119 | 0 | 0.92 | 0.51 | 0.04 | 333.45 | 0.92 | 0.52 |
| Hex | F5 | 13 | 77 | 0 | 5C | 33 | 4 | 14D | 5C | 34 |
| Octal | 365 | 23 | 167 | 0 | 134 | 63 | 4 | 515 | 134 | 64 |
| Binary | 11110101 | 10011 | 1110111 | 0 | 1011100 | 110011 | 100 | 101001101 | 1011100 | 110100 |
Color Harmonies of #F51377
Complementary color
Monochromatic Colors of #F51377
Black with #F51377
Text Example
Text Example
White with #F51377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51377; }
p { color: rgb(245,19,119); }
H1.HeaderClassName
{
color: #F51377;
}
.AnyTagClassName
{
color: #F51377;
}
</style>
background-color css
<style>
a { background-color: #F51377; }
a { background-color: rgb(245,19,119); }
div.DivClassName
{
background-color: #F51377;
}
.BgClassName
{
background-color: #F51377;
}
</style>
border-color css
<style>
span { border-color: #F51377; }
span { border-color: rgb(245,19,119); }
td.TdClassName
{
border-color: #F51377;
}
.TagClassName
{
border-color: #F51377;
}
</style>