Shades of Wild Watermelon #FC537B
Tints of Wild Watermelon #FC537B
RGB
CMYK
RGB Variations
Color information
#FC537B (or 0xFC537B) is known color: Wild Watermelon. HEX triplet: FC, 53 and 7B. RGB value is (252,83,123). Sum of RGB (Red+Green+Blue) = 252+83+123=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC537B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC537B is #03AC84. Grayscale: #8A8A8A. Windows color (decimal): -240773 or 8082428. OLE color: 8082428.
HSL color Cylindrical-coordinate representation of color #FC537B: hue angle of 345.8º 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 #FC537B is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 123 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.01 |
| HSL | 345.8º | 0.97% | 0.66% | - |
| HSV(B) | 345.8º | 0.67% | 0.99% | - |
| XYZ | 46.81 | 28.31 | 21.74 | - |
| YUV | 138.09 | 119.49 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 123 | 0 | 0.67 | 0.51 | 0.01 | 345.8 | 0.97 | 0.66 |
| Hex | FC | 53 | 7B | 0 | 43 | 33 | 1 | 15A | 61 | 42 |
| Octal | 374 | 123 | 173 | 0 | 103 | 63 | 1 | 532 | 141 | 102 |
| Binary | 11111100 | 1010011 | 1111011 | 0 | 1000011 | 110011 | 1 | 101011010 | 1100001 | 1000010 |
Color Harmonies of #FC537B
Complementary color
Monochromatic Colors of #FC537B
Black with #FC537B
Text Example
Text Example
White with #FC537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC537B; }
p { color: rgb(252,83,123); }
H1.HeaderClassName
{
color: #FC537B;
}
.AnyTagClassName
{
color: #FC537B;
}
</style>
background-color css
<style>
a { background-color: #FC537B; }
a { background-color: rgb(252,83,123); }
div.DivClassName
{
background-color: #FC537B;
}
.BgClassName
{
background-color: #FC537B;
}
</style>
border-color css
<style>
span { border-color: #FC537B; }
span { border-color: rgb(252,83,123); }
td.TdClassName
{
border-color: #FC537B;
}
.TagClassName
{
border-color: #FC537B;
}
</style>