Shades of Wild Watermelon #FC575A
Tints of Wild Watermelon #FC575A
RGB
CMYK
RGB Variations
Color information
#FC575A (or 0xFC575A) is known color: Wild Watermelon. HEX triplet: FC, 57 and 5A. RGB value is (252,87,90). Sum of RGB (Red+Green+Blue) = 252+87+90=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC575A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC575A is #03A8A5. Grayscale: #888888. Windows color (decimal): -239782 or 5920764. OLE color: 5920764.
HSL color Cylindrical-coordinate representation of color #FC575A: hue angle of 358.91º 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 #FC575A is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 90 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.01 |
| HSL | 358.91º | 0.96% | 0.66% | - |
| HSV(B) | 358.91º | 0.65% | 0.99% | - |
| XYZ | 45.4 | 28.25 | 12.73 | - |
| YUV | 136.68 | 101.66 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 90 | 0 | 0.65 | 0.64 | 0.01 | 358.91 | 0.96 | 0.66 |
| Hex | FC | 57 | 5A | 0 | 41 | 40 | 1 | 167 | 60 | 42 |
| Octal | 374 | 127 | 132 | 0 | 101 | 100 | 1 | 547 | 140 | 102 |
| Binary | 11111100 | 1010111 | 1011010 | 0 | 1000001 | 1000000 | 1 | 101100111 | 1100000 | 1000010 |
Color Harmonies of #FC575A
Complementary color
Monochromatic Colors of #FC575A
Black with #FC575A
Text Example
Text Example
White with #FC575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC575A; }
p { color: rgb(252,87,90); }
H1.HeaderClassName
{
color: #FC575A;
}
.AnyTagClassName
{
color: #FC575A;
}
</style>
background-color css
<style>
a { background-color: #FC575A; }
a { background-color: rgb(252,87,90); }
div.DivClassName
{
background-color: #FC575A;
}
.BgClassName
{
background-color: #FC575A;
}
</style>
border-color css
<style>
span { border-color: #FC575A; }
span { border-color: rgb(252,87,90); }
td.TdClassName
{
border-color: #FC575A;
}
.TagClassName
{
border-color: #FC575A;
}
</style>