Shades of Wild Watermelon #FC537A
Tints of Wild Watermelon #FC537A
RGB
CMYK
RGB Variations
Color information
#FC537A (or 0xFC537A) is known color: Wild Watermelon. HEX triplet: FC, 53 and 7A. RGB value is (252,83,122). Sum of RGB (Red+Green+Blue) = 252+83+122=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC537A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC537A is #03AC85. Grayscale: #898989. Windows color (decimal): -240774 or 8016892. OLE color: 8016892.
HSL color Cylindrical-coordinate representation of color #FC537A: hue angle of 346.15º 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 #FC537A is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 122 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.01 |
| HSL | 346.15º | 0.97% | 0.66% | - |
| HSV(B) | 346.15º | 0.67% | 0.99% | - |
| XYZ | 46.75 | 28.29 | 21.41 | - |
| YUV | 137.98 | 118.99 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 122 | 0 | 0.67 | 0.52 | 0.01 | 346.15 | 0.97 | 0.66 |
| Hex | FC | 53 | 7A | 0 | 43 | 34 | 1 | 15A | 61 | 42 |
| Octal | 374 | 123 | 172 | 0 | 103 | 64 | 1 | 532 | 141 | 102 |
| Binary | 11111100 | 1010011 | 1111010 | 0 | 1000011 | 110100 | 1 | 101011010 | 1100001 | 1000010 |
Color Harmonies of #FC537A
Complementary color
Monochromatic Colors of #FC537A
Black with #FC537A
Text Example
Text Example
White with #FC537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC537A; }
p { color: rgb(252,83,122); }
H1.HeaderClassName
{
color: #FC537A;
}
.AnyTagClassName
{
color: #FC537A;
}
</style>
background-color css
<style>
a { background-color: #FC537A; }
a { background-color: rgb(252,83,122); }
div.DivClassName
{
background-color: #FC537A;
}
.BgClassName
{
background-color: #FC537A;
}
</style>
border-color css
<style>
span { border-color: #FC537A; }
span { border-color: rgb(252,83,122); }
td.TdClassName
{
border-color: #FC537A;
}
.TagClassName
{
border-color: #FC537A;
}
</style>