Shades of Wild Watermelon #FC6573
Tints of Wild Watermelon #FC6573
RGB
CMYK
RGB Variations
Color information
#FC6573 (or 0xFC6573) is known color: Wild Watermelon. HEX triplet: FC, 65 and 73. RGB value is (252,101,115). Sum of RGB (Red+Green+Blue) = 252+101+115=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6573 is #039A8C. Grayscale: #939393. Windows color (decimal): -236173 or 7562748. OLE color: 7562748.
HSL color Cylindrical-coordinate representation of color #FC6573: hue angle of 354.44º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC6573 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 115 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.01 |
| HSL | 354.44º | 0.96% | 0.69% | - |
| HSV(B) | 354.44º | 0.6% | 0.99% | - |
| XYZ | 47.89 | 31.24 | 19.73 | - |
| YUV | 147.75 | 109.53 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 115 | 0 | 0.60 | 0.54 | 0.01 | 354.44 | 0.96 | 0.69 |
| Hex | FC | 65 | 73 | 0 | 3C | 36 | 1 | 162 | 60 | 45 |
| Octal | 374 | 145 | 163 | 0 | 74 | 66 | 1 | 542 | 140 | 105 |
| Binary | 11111100 | 1100101 | 1110011 | 0 | 111100 | 110110 | 1 | 101100010 | 1100000 | 1000101 |
Color Harmonies of #FC6573
Complementary color
Monochromatic Colors of #FC6573
Black with #FC6573
Text Example
Text Example
White with #FC6573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6573; }
p { color: rgb(252,101,115); }
H1.HeaderClassName
{
color: #FC6573;
}
.AnyTagClassName
{
color: #FC6573;
}
</style>
background-color css
<style>
a { background-color: #FC6573; }
a { background-color: rgb(252,101,115); }
div.DivClassName
{
background-color: #FC6573;
}
.BgClassName
{
background-color: #FC6573;
}
</style>
border-color css
<style>
span { border-color: #FC6573; }
span { border-color: rgb(252,101,115); }
td.TdClassName
{
border-color: #FC6573;
}
.TagClassName
{
border-color: #FC6573;
}
</style>