Shades of Wild Watermelon #FC6478
Tints of Wild Watermelon #FC6478
RGB
CMYK
RGB Variations
Color information
#FC6478 (or 0xFC6478) is known color: Wild Watermelon. HEX triplet: FC, 64 and 78. RGB value is (252,100,120). Sum of RGB (Red+Green+Blue) = 252+100+120=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6478 is #039B87. Grayscale: #939393. Windows color (decimal): -236424 or 7890172. OLE color: 7890172.
HSL color Cylindrical-coordinate representation of color #FC6478: hue angle of 352.11º 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 #FC6478 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 120 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.01 |
| HSL | 352.11º | 0.96% | 0.69% | - |
| HSV(B) | 352.11º | 0.6% | 0.99% | - |
| XYZ | 48.09 | 31.17 | 21.25 | - |
| YUV | 147.73 | 112.36 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 120 | 0 | 0.60 | 0.52 | 0.01 | 352.11 | 0.96 | 0.69 |
| Hex | FC | 64 | 78 | 0 | 3C | 34 | 1 | 160 | 60 | 45 |
| Octal | 374 | 144 | 170 | 0 | 74 | 64 | 1 | 540 | 140 | 105 |
| Binary | 11111100 | 1100100 | 1111000 | 0 | 111100 | 110100 | 1 | 101100000 | 1100000 | 1000101 |
Color Harmonies of #FC6478
Complementary color
Monochromatic Colors of #FC6478
Black with #FC6478
Text Example
Text Example
White with #FC6478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6478; }
p { color: rgb(252,100,120); }
H1.HeaderClassName
{
color: #FC6478;
}
.AnyTagClassName
{
color: #FC6478;
}
</style>
background-color css
<style>
a { background-color: #FC6478; }
a { background-color: rgb(252,100,120); }
div.DivClassName
{
background-color: #FC6478;
}
.BgClassName
{
background-color: #FC6478;
}
</style>
border-color css
<style>
span { border-color: #FC6478; }
span { border-color: rgb(252,100,120); }
td.TdClassName
{
border-color: #FC6478;
}
.TagClassName
{
border-color: #FC6478;
}
</style>