Shades of Deep Pink #F51177
Tints of Deep Pink #F51177
RGB
CMYK
RGB Variations
Color information
#F51177 (or 0xF51177) is known color: Deep Pink. HEX triplet: F5, 11 and 77. RGB value is (245,17,119). Sum of RGB (Red+Green+Blue) = 245+17+119=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F51177 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51177 is #0AEE88. Grayscale: #606060. Windows color (decimal): -716425 or 7803381. OLE color: 7803381.
HSL color Cylindrical-coordinate representation of color #F51177: hue angle of 333.16º 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 #F51177 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 119 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.04 |
| HSL | 333.16º | 0.92% | 0.51% | - |
| HSV(B) | 333.16º | 0.93% | 0.96% | - |
| XYZ | 41.19 | 21.15 | 19.36 | - |
| YUV | 96.8 | 140.54 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 119 | 0 | 0.93 | 0.51 | 0.04 | 333.16 | 0.92 | 0.51 |
| Hex | F5 | 11 | 77 | 0 | 5D | 33 | 4 | 14D | 5C | 33 |
| Octal | 365 | 21 | 167 | 0 | 135 | 63 | 4 | 515 | 134 | 63 |
| Binary | 11110101 | 10001 | 1110111 | 0 | 1011101 | 110011 | 100 | 101001101 | 1011100 | 110011 |
Color Harmonies of #F51177
Complementary color
Monochromatic Colors of #F51177
Black with #F51177
Text Example
Text Example
White with #F51177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51177; }
p { color: rgb(245,17,119); }
H1.HeaderClassName
{
color: #F51177;
}
.AnyTagClassName
{
color: #F51177;
}
</style>
background-color css
<style>
a { background-color: #F51177; }
a { background-color: rgb(245,17,119); }
div.DivClassName
{
background-color: #F51177;
}
.BgClassName
{
background-color: #F51177;
}
</style>
border-color css
<style>
span { border-color: #F51177; }
span { border-color: rgb(245,17,119); }
td.TdClassName
{
border-color: #F51177;
}
.TagClassName
{
border-color: #F51177;
}
</style>