Shades of Wild Watermelon #FC6266
Tints of Wild Watermelon #FC6266
RGB
CMYK
RGB Variations
Color information
#FC6266 (or 0xFC6266) is known color: Wild Watermelon. HEX triplet: FC, 62 and 66. RGB value is (252,98,102). Sum of RGB (Red+Green+Blue) = 252+98+102=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6266 is #039D99. Grayscale: #909090. Windows color (decimal): -236954 or 6710012. OLE color: 6710012.
HSL color Cylindrical-coordinate representation of color #FC6266: hue angle of 358.44º 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 #FC6266 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 102 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.01 |
| HSL | 358.44º | 0.96% | 0.69% | - |
| HSV(B) | 358.44º | 0.61% | 0.99% | - |
| XYZ | 46.91 | 30.39 | 15.96 | - |
| YUV | 144.5 | 104.02 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 102 | 0 | 0.61 | 0.60 | 0.01 | 358.44 | 0.96 | 0.69 |
| Hex | FC | 62 | 66 | 0 | 3D | 3C | 1 | 166 | 60 | 45 |
| Octal | 374 | 142 | 146 | 0 | 75 | 74 | 1 | 546 | 140 | 105 |
| Binary | 11111100 | 1100010 | 1100110 | 0 | 111101 | 111100 | 1 | 101100110 | 1100000 | 1000101 |
Color Harmonies of #FC6266
Complementary color
Monochromatic Colors of #FC6266
Black with #FC6266
Text Example
Text Example
White with #FC6266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6266; }
p { color: rgb(252,98,102); }
H1.HeaderClassName
{
color: #FC6266;
}
.AnyTagClassName
{
color: #FC6266;
}
</style>
background-color css
<style>
a { background-color: #FC6266; }
a { background-color: rgb(252,98,102); }
div.DivClassName
{
background-color: #FC6266;
}
.BgClassName
{
background-color: #FC6266;
}
</style>
border-color css
<style>
span { border-color: #FC6266; }
span { border-color: rgb(252,98,102); }
td.TdClassName
{
border-color: #FC6266;
}
.TagClassName
{
border-color: #FC6266;
}
</style>