Shades of Wild Watermelon #FC5A78
Tints of Wild Watermelon #FC5A78
RGB
CMYK
RGB Variations
Color information
#FC5A78 (or 0xFC5A78) is known color: Wild Watermelon. HEX triplet: FC, 5A and 78. RGB value is (252,90,120). Sum of RGB (Red+Green+Blue) = 252+90+120=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A78 is #03A587. Grayscale: #8D8D8D. Windows color (decimal): -238984 or 7887612. OLE color: 7887612.
HSL color Cylindrical-coordinate representation of color #FC5A78: hue angle of 348.89º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5A78 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 120 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.01 |
| HSL | 348.89º | 0.96% | 0.67% | - |
| HSV(B) | 348.89º | 0.64% | 0.99% | - |
| XYZ | 47.19 | 29.36 | 20.95 | - |
| YUV | 141.86 | 115.67 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 120 | 0 | 0.64 | 0.52 | 0.01 | 348.89 | 0.96 | 0.67 |
| Hex | FC | 5A | 78 | 0 | 40 | 34 | 1 | 15D | 60 | 43 |
| Octal | 374 | 132 | 170 | 0 | 100 | 64 | 1 | 535 | 140 | 103 |
| Binary | 11111100 | 1011010 | 1111000 | 0 | 1000000 | 110100 | 1 | 101011101 | 1100000 | 1000011 |
Color Harmonies of #FC5A78
Complementary color
Monochromatic Colors of #FC5A78
Black with #FC5A78
Text Example
Text Example
White with #FC5A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5A78; }
p { color: rgb(252,90,120); }
H1.HeaderClassName
{
color: #FC5A78;
}
.AnyTagClassName
{
color: #FC5A78;
}
</style>
background-color css
<style>
a { background-color: #FC5A78; }
a { background-color: rgb(252,90,120); }
div.DivClassName
{
background-color: #FC5A78;
}
.BgClassName
{
background-color: #FC5A78;
}
</style>
border-color css
<style>
span { border-color: #FC5A78; }
span { border-color: rgb(252,90,120); }
td.TdClassName
{
border-color: #FC5A78;
}
.TagClassName
{
border-color: #FC5A78;
}
</style>