Shades of Wild Watermelon #FC6270
Tints of Wild Watermelon #FC6270
RGB
CMYK
RGB Variations
Color information
#FC6270 (or 0xFC6270) is known color: Wild Watermelon. HEX triplet: FC, 62 and 70. RGB value is (252,98,112). Sum of RGB (Red+Green+Blue) = 252+98+112=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6270 is #039D8F. Grayscale: #919191. Windows color (decimal): -236944 or 7365372. OLE color: 7365372.
HSL color Cylindrical-coordinate representation of color #FC6270: hue angle of 354.55º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC6270 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 112 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.01 |
| HSL | 354.55º | 0.96% | 0.69% | - |
| HSV(B) | 354.55º | 0.61% | 0.99% | - |
| XYZ | 47.44 | 30.6 | 18.74 | - |
| YUV | 145.64 | 109.02 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 112 | 0 | 0.61 | 0.56 | 0.01 | 354.55 | 0.96 | 0.69 |
| Hex | FC | 62 | 70 | 0 | 3D | 38 | 1 | 163 | 60 | 45 |
| Octal | 374 | 142 | 160 | 0 | 75 | 70 | 1 | 543 | 140 | 105 |
| Binary | 11111100 | 1100010 | 1110000 | 0 | 111101 | 111000 | 1 | 101100011 | 1100000 | 1000101 |
Color Harmonies of #FC6270
Complementary color
Monochromatic Colors of #FC6270
Black with #FC6270
Text Example
Text Example
White with #FC6270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6270; }
p { color: rgb(252,98,112); }
H1.HeaderClassName
{
color: #FC6270;
}
.AnyTagClassName
{
color: #FC6270;
}
</style>
background-color css
<style>
a { background-color: #FC6270; }
a { background-color: rgb(252,98,112); }
div.DivClassName
{
background-color: #FC6270;
}
.BgClassName
{
background-color: #FC6270;
}
</style>
border-color css
<style>
span { border-color: #FC6270; }
span { border-color: rgb(252,98,112); }
td.TdClassName
{
border-color: #FC6270;
}
.TagClassName
{
border-color: #FC6270;
}
</style>