Shades of Wild Watermelon #FC6574
Tints of Wild Watermelon #FC6574
RGB
CMYK
RGB Variations
Color information
#FC6574 (or 0xFC6574) is known color: Wild Watermelon. HEX triplet: FC, 65 and 74. RGB value is (252,101,116). Sum of RGB (Red+Green+Blue) = 252+101+116=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6574 is #039A8B. Grayscale: #939393. Windows color (decimal): -236172 or 7628284. OLE color: 7628284.
HSL color Cylindrical-coordinate representation of color #FC6574: hue angle of 354.04º 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 #FC6574 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 116 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.01 |
| HSL | 354.04º | 0.96% | 0.69% | - |
| HSV(B) | 354.04º | 0.6% | 0.99% | - |
| XYZ | 47.95 | 31.26 | 20.03 | - |
| YUV | 147.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 116 | 0 | 0.60 | 0.54 | 0.01 | 354.04 | 0.96 | 0.69 |
| Hex | FC | 65 | 74 | 0 | 3C | 36 | 1 | 162 | 60 | 45 |
| Octal | 374 | 145 | 164 | 0 | 74 | 66 | 1 | 542 | 140 | 105 |
| Binary | 11111100 | 1100101 | 1110100 | 0 | 111100 | 110110 | 1 | 101100010 | 1100000 | 1000101 |
Color Harmonies of #FC6574
Complementary color
Monochromatic Colors of #FC6574
Black with #FC6574
Text Example
Text Example
White with #FC6574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6574; }
p { color: rgb(252,101,116); }
H1.HeaderClassName
{
color: #FC6574;
}
.AnyTagClassName
{
color: #FC6574;
}
</style>
background-color css
<style>
a { background-color: #FC6574; }
a { background-color: rgb(252,101,116); }
div.DivClassName
{
background-color: #FC6574;
}
.BgClassName
{
background-color: #FC6574;
}
</style>
border-color css
<style>
span { border-color: #FC6574; }
span { border-color: rgb(252,101,116); }
td.TdClassName
{
border-color: #FC6574;
}
.TagClassName
{
border-color: #FC6574;
}
</style>