Shades of Wild Watermelon #FC565E
Tints of Wild Watermelon #FC565E
RGB
CMYK
RGB Variations
Color information
#FC565E (or 0xFC565E) is known color: Wild Watermelon. HEX triplet: FC, 56 and 5E. RGB value is (252,86,94). Sum of RGB (Red+Green+Blue) = 252+86+94=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC565E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC565E is #03A9A1. Grayscale: #888888. Windows color (decimal): -240034 or 6182652. OLE color: 6182652.
HSL color Cylindrical-coordinate representation of color #FC565E: hue angle of 357.11º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC565E is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 86 | 94 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.01 |
| HSL | 357.11º | 0.97% | 0.66% | - |
| HSV(B) | 357.11º | 0.66% | 0.99% | - |
| XYZ | 45.49 | 28.16 | 13.63 | - |
| YUV | 136.55 | 104 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 94 | 0 | 0.66 | 0.63 | 0.01 | 357.11 | 0.97 | 0.66 |
| Hex | FC | 56 | 5E | 0 | 42 | 3F | 1 | 165 | 61 | 42 |
| Octal | 374 | 126 | 136 | 0 | 102 | 77 | 1 | 545 | 141 | 102 |
| Binary | 11111100 | 1010110 | 1011110 | 0 | 1000010 | 111111 | 1 | 101100101 | 1100001 | 1000010 |
Color Harmonies of #FC565E
Complementary color
Monochromatic Colors of #FC565E
Black with #FC565E
Text Example
Text Example
White with #FC565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC565E; }
p { color: rgb(252,86,94); }
H1.HeaderClassName
{
color: #FC565E;
}
.AnyTagClassName
{
color: #FC565E;
}
</style>
background-color css
<style>
a { background-color: #FC565E; }
a { background-color: rgb(252,86,94); }
div.DivClassName
{
background-color: #FC565E;
}
.BgClassName
{
background-color: #FC565E;
}
</style>
border-color css
<style>
span { border-color: #FC565E; }
span { border-color: rgb(252,86,94); }
td.TdClassName
{
border-color: #FC565E;
}
.TagClassName
{
border-color: #FC565E;
}
</style>