Shades of Wild Watermelon #FC565A
Tints of Wild Watermelon #FC565A
RGB
CMYK
RGB Variations
Color information
#FC565A (or 0xFC565A) is known color: Wild Watermelon. HEX triplet: FC, 56 and 5A. RGB value is (252,86,90). Sum of RGB (Red+Green+Blue) = 252+86+90=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC565A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC565A is #03A9A5. Grayscale: #888888. Windows color (decimal): -240038 or 5920508. OLE color: 5920508.
HSL color Cylindrical-coordinate representation of color #FC565A: hue angle of 358.55º 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 #FC565A is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 86 | 90 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.01 |
| HSL | 358.55º | 0.97% | 0.66% | - |
| HSV(B) | 358.55º | 0.66% | 0.99% | - |
| XYZ | 45.32 | 28.09 | 12.71 | - |
| YUV | 136.09 | 102 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 90 | 0 | 0.66 | 0.64 | 0.01 | 358.55 | 0.97 | 0.66 |
| Hex | FC | 56 | 5A | 0 | 42 | 40 | 1 | 167 | 61 | 42 |
| Octal | 374 | 126 | 132 | 0 | 102 | 100 | 1 | 547 | 141 | 102 |
| Binary | 11111100 | 1010110 | 1011010 | 0 | 1000010 | 1000000 | 1 | 101100111 | 1100001 | 1000010 |
Color Harmonies of #FC565A
Complementary color
Monochromatic Colors of #FC565A
Black with #FC565A
Text Example
Text Example
White with #FC565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC565A; }
p { color: rgb(252,86,90); }
H1.HeaderClassName
{
color: #FC565A;
}
.AnyTagClassName
{
color: #FC565A;
}
</style>
background-color css
<style>
a { background-color: #FC565A; }
a { background-color: rgb(252,86,90); }
div.DivClassName
{
background-color: #FC565A;
}
.BgClassName
{
background-color: #FC565A;
}
</style>
border-color css
<style>
span { border-color: #FC565A; }
span { border-color: rgb(252,86,90); }
td.TdClassName
{
border-color: #FC565A;
}
.TagClassName
{
border-color: #FC565A;
}
</style>