Shades of Wild Watermelon #FC535B
Tints of Wild Watermelon #FC535B
RGB
CMYK
RGB Variations
Color information
#FC535B (or 0xFC535B) is known color: Wild Watermelon. HEX triplet: FC, 53 and 5B. RGB value is (252,83,91). Sum of RGB (Red+Green+Blue) = 252+83+91=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC535B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC535B is #03ACA4. Grayscale: #868686. Windows color (decimal): -240805 or 5985276. OLE color: 5985276.
HSL color Cylindrical-coordinate representation of color #FC535B: hue angle of 357.16º 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 #FC535B is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 91 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.01 |
| HSL | 357.16º | 0.97% | 0.66% | - |
| HSV(B) | 357.16º | 0.67% | 0.99% | - |
| XYZ | 45.13 | 27.64 | 12.85 | - |
| YUV | 134.44 | 103.49 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 91 | 0 | 0.67 | 0.64 | 0.01 | 357.16 | 0.97 | 0.66 |
| Hex | FC | 53 | 5B | 0 | 43 | 40 | 1 | 165 | 61 | 42 |
| Octal | 374 | 123 | 133 | 0 | 103 | 100 | 1 | 545 | 141 | 102 |
| Binary | 11111100 | 1010011 | 1011011 | 0 | 1000011 | 1000000 | 1 | 101100101 | 1100001 | 1000010 |
Color Harmonies of #FC535B
Complementary color
Monochromatic Colors of #FC535B
Black with #FC535B
Text Example
Text Example
White with #FC535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC535B; }
p { color: rgb(252,83,91); }
H1.HeaderClassName
{
color: #FC535B;
}
.AnyTagClassName
{
color: #FC535B;
}
</style>
background-color css
<style>
a { background-color: #FC535B; }
a { background-color: rgb(252,83,91); }
div.DivClassName
{
background-color: #FC535B;
}
.BgClassName
{
background-color: #FC535B;
}
</style>
border-color css
<style>
span { border-color: #FC535B; }
span { border-color: rgb(252,83,91); }
td.TdClassName
{
border-color: #FC535B;
}
.TagClassName
{
border-color: #FC535B;
}
</style>