Shades of Wild Watermelon #FC535E
Tints of Wild Watermelon #FC535E
RGB
CMYK
RGB Variations
Color information
#FC535E (or 0xFC535E) is known color: Wild Watermelon. HEX triplet: FC, 53 and 5E. RGB value is (252,83,94). Sum of RGB (Red+Green+Blue) = 252+83+94=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC535E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC535E is #03ACA1. Grayscale: #868686. Windows color (decimal): -240802 or 6181884. OLE color: 6181884.
HSL color Cylindrical-coordinate representation of color #FC535E: hue angle of 356.09º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC535E is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 94 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.01 |
| HSL | 356.09º | 0.97% | 0.66% | - |
| HSV(B) | 356.09º | 0.67% | 0.99% | - |
| XYZ | 45.26 | 27.69 | 13.55 | - |
| YUV | 134.79 | 104.99 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 94 | 0 | 0.67 | 0.63 | 0.01 | 356.09 | 0.97 | 0.66 |
| Hex | FC | 53 | 5E | 0 | 43 | 3F | 1 | 164 | 61 | 42 |
| Octal | 374 | 123 | 136 | 0 | 103 | 77 | 1 | 544 | 141 | 102 |
| Binary | 11111100 | 1010011 | 1011110 | 0 | 1000011 | 111111 | 1 | 101100100 | 1100001 | 1000010 |
Color Harmonies of #FC535E
Complementary color
Monochromatic Colors of #FC535E
Black with #FC535E
Text Example
Text Example
White with #FC535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC535E; }
p { color: rgb(252,83,94); }
H1.HeaderClassName
{
color: #FC535E;
}
.AnyTagClassName
{
color: #FC535E;
}
</style>
background-color css
<style>
a { background-color: #FC535E; }
a { background-color: rgb(252,83,94); }
div.DivClassName
{
background-color: #FC535E;
}
.BgClassName
{
background-color: #FC535E;
}
</style>
border-color css
<style>
span { border-color: #FC535E; }
span { border-color: rgb(252,83,94); }
td.TdClassName
{
border-color: #FC535E;
}
.TagClassName
{
border-color: #FC535E;
}
</style>