Shades of Wild Watermelon #FC535D
Tints of Wild Watermelon #FC535D
RGB
CMYK
RGB Variations
Color information
#FC535D (or 0xFC535D) is known color: Wild Watermelon. HEX triplet: FC, 53 and 5D. RGB value is (252,83,93). Sum of RGB (Red+Green+Blue) = 252+83+93=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC535D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC535D is #03ACA2. Grayscale: #868686. Windows color (decimal): -240803 or 6116348. OLE color: 6116348.
HSL color Cylindrical-coordinate representation of color #FC535D: hue angle of 356.45º 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 #FC535D is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 93 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.01 |
| HSL | 356.45º | 0.97% | 0.66% | - |
| HSV(B) | 356.45º | 0.67% | 0.99% | - |
| XYZ | 45.21 | 27.67 | 13.31 | - |
| YUV | 134.67 | 104.49 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 93 | 0 | 0.67 | 0.63 | 0.01 | 356.45 | 0.97 | 0.66 |
| Hex | FC | 53 | 5D | 0 | 43 | 3F | 1 | 164 | 61 | 42 |
| Octal | 374 | 123 | 135 | 0 | 103 | 77 | 1 | 544 | 141 | 102 |
| Binary | 11111100 | 1010011 | 1011101 | 0 | 1000011 | 111111 | 1 | 101100100 | 1100001 | 1000010 |
Color Harmonies of #FC535D
Complementary color
Monochromatic Colors of #FC535D
Black with #FC535D
Text Example
Text Example
White with #FC535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC535D; }
p { color: rgb(252,83,93); }
H1.HeaderClassName
{
color: #FC535D;
}
.AnyTagClassName
{
color: #FC535D;
}
</style>
background-color css
<style>
a { background-color: #FC535D; }
a { background-color: rgb(252,83,93); }
div.DivClassName
{
background-color: #FC535D;
}
.BgClassName
{
background-color: #FC535D;
}
</style>
border-color css
<style>
span { border-color: #FC535D; }
span { border-color: rgb(252,83,93); }
td.TdClassName
{
border-color: #FC535D;
}
.TagClassName
{
border-color: #FC535D;
}
</style>