Shades of Wild Watermelon #FC5A5E
Tints of Wild Watermelon #FC5A5E
RGB
CMYK
RGB Variations
Color information
#FC5A5E (or 0xFC5A5E) is known color: Wild Watermelon. HEX triplet: FC, 5A and 5E. RGB value is (252,90,94). Sum of RGB (Red+Green+Blue) = 252+90+94=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A5E is #03A5A1. Grayscale: #8B8B8B. Windows color (decimal): -239010 or 6183676. OLE color: 6183676.
HSL color Cylindrical-coordinate representation of color #FC5A5E: hue angle of 358.52º 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 #FC5A5E is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 94 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.01 |
| HSL | 358.52º | 0.96% | 0.67% | - |
| HSV(B) | 358.52º | 0.64% | 0.99% | - |
| XYZ | 45.82 | 28.82 | 13.74 | - |
| YUV | 138.89 | 102.67 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 94 | 0 | 0.64 | 0.63 | 0.01 | 358.52 | 0.96 | 0.67 |
| Hex | FC | 5A | 5E | 0 | 40 | 3F | 1 | 167 | 60 | 43 |
| Octal | 374 | 132 | 136 | 0 | 100 | 77 | 1 | 547 | 140 | 103 |
| Binary | 11111100 | 1011010 | 1011110 | 0 | 1000000 | 111111 | 1 | 101100111 | 1100000 | 1000011 |
Color Harmonies of #FC5A5E
Complementary color
Monochromatic Colors of #FC5A5E
Black with #FC5A5E
Text Example
Text Example
White with #FC5A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5A5E; }
p { color: rgb(252,90,94); }
H1.HeaderClassName
{
color: #FC5A5E;
}
.AnyTagClassName
{
color: #FC5A5E;
}
</style>
background-color css
<style>
a { background-color: #FC5A5E; }
a { background-color: rgb(252,90,94); }
div.DivClassName
{
background-color: #FC5A5E;
}
.BgClassName
{
background-color: #FC5A5E;
}
</style>
border-color css
<style>
span { border-color: #FC5A5E; }
span { border-color: rgb(252,90,94); }
td.TdClassName
{
border-color: #FC5A5E;
}
.TagClassName
{
border-color: #FC5A5E;
}
</style>