Shades of Wild Watermelon #FC536D
Tints of Wild Watermelon #FC536D
RGB
CMYK
RGB Variations
Color information
#FC536D (or 0xFC536D) is known color: Wild Watermelon. HEX triplet: FC, 53 and 6D. RGB value is (252,83,109). Sum of RGB (Red+Green+Blue) = 252+83+109=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC536D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC536D is #03AC92. Grayscale: #888888. Windows color (decimal): -240787 or 7164924. OLE color: 7164924.
HSL color Cylindrical-coordinate representation of color #FC536D: hue angle of 350.77º 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 #FC536D is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 109 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.01 |
| HSL | 350.77º | 0.97% | 0.66% | - |
| HSV(B) | 350.77º | 0.67% | 0.99% | - |
| XYZ | 46 | 27.99 | 17.45 | - |
| YUV | 136.5 | 112.49 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 109 | 0 | 0.67 | 0.57 | 0.01 | 350.77 | 0.97 | 0.66 |
| Hex | FC | 53 | 6D | 0 | 43 | 39 | 1 | 15F | 61 | 42 |
| Octal | 374 | 123 | 155 | 0 | 103 | 71 | 1 | 537 | 141 | 102 |
| Binary | 11111100 | 1010011 | 1101101 | 0 | 1000011 | 111001 | 1 | 101011111 | 1100001 | 1000010 |
Color Harmonies of #FC536D
Complementary color
Monochromatic Colors of #FC536D
Black with #FC536D
Text Example
Text Example
White with #FC536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC536D; }
p { color: rgb(252,83,109); }
H1.HeaderClassName
{
color: #FC536D;
}
.AnyTagClassName
{
color: #FC536D;
}
</style>
background-color css
<style>
a { background-color: #FC536D; }
a { background-color: rgb(252,83,109); }
div.DivClassName
{
background-color: #FC536D;
}
.BgClassName
{
background-color: #FC536D;
}
</style>
border-color css
<style>
span { border-color: #FC536D; }
span { border-color: rgb(252,83,109); }
td.TdClassName
{
border-color: #FC536D;
}
.TagClassName
{
border-color: #FC536D;
}
</style>