Shades of Wild Watermelon #FC576E
Tints of Wild Watermelon #FC576E
RGB
CMYK
RGB Variations
Color information
#FC576E (or 0xFC576E) is known color: Wild Watermelon. HEX triplet: FC, 57 and 6E. RGB value is (252,87,110). Sum of RGB (Red+Green+Blue) = 252+87+110=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC576E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC576E is #03A891. Grayscale: #8B8B8B. Windows color (decimal): -239762 or 7231484. OLE color: 7231484.
HSL color Cylindrical-coordinate representation of color #FC576E: hue angle of 351.64º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC576E is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 110 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.01 |
| HSL | 351.64º | 0.96% | 0.66% | - |
| HSV(B) | 351.64º | 0.65% | 0.99% | - |
| XYZ | 46.37 | 28.64 | 17.84 | - |
| YUV | 138.96 | 111.66 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 110 | 0 | 0.65 | 0.56 | 0.01 | 351.64 | 0.96 | 0.66 |
| Hex | FC | 57 | 6E | 0 | 41 | 38 | 1 | 160 | 60 | 42 |
| Octal | 374 | 127 | 156 | 0 | 101 | 70 | 1 | 540 | 140 | 102 |
| Binary | 11111100 | 1010111 | 1101110 | 0 | 1000001 | 111000 | 1 | 101100000 | 1100000 | 1000010 |
Color Harmonies of #FC576E
Complementary color
Monochromatic Colors of #FC576E
Black with #FC576E
Text Example
Text Example
White with #FC576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC576E; }
p { color: rgb(252,87,110); }
H1.HeaderClassName
{
color: #FC576E;
}
.AnyTagClassName
{
color: #FC576E;
}
</style>
background-color css
<style>
a { background-color: #FC576E; }
a { background-color: rgb(252,87,110); }
div.DivClassName
{
background-color: #FC576E;
}
.BgClassName
{
background-color: #FC576E;
}
</style>
border-color css
<style>
span { border-color: #FC576E; }
span { border-color: rgb(252,87,110); }
td.TdClassName
{
border-color: #FC576E;
}
.TagClassName
{
border-color: #FC576E;
}
</style>