Shades of Wild Watermelon #FC5A63
Tints of Wild Watermelon #FC5A63
RGB
CMYK
RGB Variations
Color information
#FC5A63 (or 0xFC5A63) is known color: Wild Watermelon. HEX triplet: FC, 5A and 63. RGB value is (252,90,99). Sum of RGB (Red+Green+Blue) = 252+90+99=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A63 is #03A59C. Grayscale: #8B8B8B. Windows color (decimal): -239005 or 6511356. OLE color: 6511356.
HSL color Cylindrical-coordinate representation of color #FC5A63: hue angle of 356.67º 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 #FC5A63 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 99 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.01 |
| HSL | 356.67º | 0.96% | 0.67% | - |
| HSV(B) | 356.67º | 0.64% | 0.99% | - |
| XYZ | 46.05 | 28.91 | 14.96 | - |
| YUV | 139.46 | 105.17 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 99 | 0 | 0.64 | 0.61 | 0.01 | 356.67 | 0.96 | 0.67 |
| Hex | FC | 5A | 63 | 0 | 40 | 3D | 1 | 165 | 60 | 43 |
| Octal | 374 | 132 | 143 | 0 | 100 | 75 | 1 | 545 | 140 | 103 |
| Binary | 11111100 | 1011010 | 1100011 | 0 | 1000000 | 111101 | 1 | 101100101 | 1100000 | 1000011 |
Color Harmonies of #FC5A63
Complementary color
Monochromatic Colors of #FC5A63
Black with #FC5A63
Text Example
Text Example
White with #FC5A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5A63; }
p { color: rgb(252,90,99); }
H1.HeaderClassName
{
color: #FC5A63;
}
.AnyTagClassName
{
color: #FC5A63;
}
</style>
background-color css
<style>
a { background-color: #FC5A63; }
a { background-color: rgb(252,90,99); }
div.DivClassName
{
background-color: #FC5A63;
}
.BgClassName
{
background-color: #FC5A63;
}
</style>
border-color css
<style>
span { border-color: #FC5A63; }
span { border-color: rgb(252,90,99); }
td.TdClassName
{
border-color: #FC5A63;
}
.TagClassName
{
border-color: #FC5A63;
}
</style>