Shades of Deep Pink #F52177
Tints of Deep Pink #F52177
RGB
CMYK
RGB Variations
Color information
#F52177 (or 0xF52177) is known color: Deep Pink. HEX triplet: F5, 21 and 77. RGB value is (245,33,119). Sum of RGB (Red+Green+Blue) = 245+33+119=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F52177 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52177 is #0ADE88. Grayscale: #6A6A6A. Windows color (decimal): -712329 or 7807477. OLE color: 7807477.
HSL color Cylindrical-coordinate representation of color #F52177: hue angle of 335.66º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52177 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 119 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.04 |
| HSL | 335.66º | 0.91% | 0.55% | - |
| HSV(B) | 335.66º | 0.87% | 0.96% | - |
| XYZ | 41.53 | 21.83 | 19.48 | - |
| YUV | 106.19 | 135.24 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 119 | 0 | 0.87 | 0.51 | 0.04 | 335.66 | 0.91 | 0.55 |
| Hex | F5 | 21 | 77 | 0 | 57 | 33 | 4 | 150 | 5B | 37 |
| Octal | 365 | 41 | 167 | 0 | 127 | 63 | 4 | 520 | 133 | 67 |
| Binary | 11110101 | 100001 | 1110111 | 0 | 1010111 | 110011 | 100 | 101010000 | 1011011 | 110111 |
Color Harmonies of #F52177
Complementary color
Monochromatic Colors of #F52177
Black with #F52177
Text Example
Text Example
White with #F52177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52177; }
p { color: rgb(245,33,119); }
H1.HeaderClassName
{
color: #F52177;
}
.AnyTagClassName
{
color: #F52177;
}
</style>
background-color css
<style>
a { background-color: #F52177; }
a { background-color: rgb(245,33,119); }
div.DivClassName
{
background-color: #F52177;
}
.BgClassName
{
background-color: #F52177;
}
</style>
border-color css
<style>
span { border-color: #F52177; }
span { border-color: rgb(245,33,119); }
td.TdClassName
{
border-color: #F52177;
}
.TagClassName
{
border-color: #F52177;
}
</style>