Shades of Deep Pink #F50677
Tints of Deep Pink #F50677
RGB
CMYK
RGB Variations
Color information
#F50677 (or 0xF50677) is known color: Deep Pink. HEX triplet: F5, 06 and 77. RGB value is (245,6,119). Sum of RGB (Red+Green+Blue) = 245+6+119=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F50677 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50677 is #0AF988. Grayscale: #5A5A5A. Windows color (decimal): -719241 or 7800565. OLE color: 7800565.
HSL color Cylindrical-coordinate representation of color #F50677: hue angle of 331.63º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F50677 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 119 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.04 |
| HSL | 331.63º | 0.95% | 0.49% | - |
| HSV(B) | 331.63º | 0.98% | 0.96% | - |
| XYZ | 41.05 | 20.87 | 19.32 | - |
| YUV | 90.34 | 144.18 | 238.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 119 | 0 | 0.98 | 0.51 | 0.04 | 331.63 | 0.95 | 0.49 |
| Hex | F5 | 6 | 77 | 0 | 62 | 33 | 4 | 14C | 5F | 31 |
| Octal | 365 | 6 | 167 | 0 | 142 | 63 | 4 | 514 | 137 | 61 |
| Binary | 11110101 | 110 | 1110111 | 0 | 1100010 | 110011 | 100 | 101001100 | 1011111 | 110001 |
Color Harmonies of #F50677
Complementary color
Monochromatic Colors of #F50677
Black with #F50677
Text Example
Text Example
White with #F50677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50677; }
p { color: rgb(245,6,119); }
H1.HeaderClassName
{
color: #F50677;
}
.AnyTagClassName
{
color: #F50677;
}
</style>
background-color css
<style>
a { background-color: #F50677; }
a { background-color: rgb(245,6,119); }
div.DivClassName
{
background-color: #F50677;
}
.BgClassName
{
background-color: #F50677;
}
</style>
border-color css
<style>
span { border-color: #F50677; }
span { border-color: rgb(245,6,119); }
td.TdClassName
{
border-color: #F50677;
}
.TagClassName
{
border-color: #F50677;
}
</style>