Shades of Wild Watermelon #FC666E
Tints of Wild Watermelon #FC666E
RGB
CMYK
RGB Variations
Color information
#FC666E (or 0xFC666E) is known color: Wild Watermelon. HEX triplet: FC, 66 and 6E. RGB value is (252,102,110). Sum of RGB (Red+Green+Blue) = 252+102+110=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC666E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC666E is #039991. Grayscale: #939393. Windows color (decimal): -235922 or 7235324. OLE color: 7235324.
HSL color Cylindrical-coordinate representation of color #FC666E: hue angle of 356.8º 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 #FC666E is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 110 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.01 |
| HSL | 356.8º | 0.96% | 0.69% | - |
| HSV(B) | 356.8º | 0.6% | 0.99% | - |
| XYZ | 47.71 | 31.32 | 18.28 | - |
| YUV | 147.76 | 106.7 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 110 | 0 | 0.60 | 0.56 | 0.01 | 356.8 | 0.96 | 0.69 |
| Hex | FC | 66 | 6E | 0 | 3C | 38 | 1 | 165 | 60 | 45 |
| Octal | 374 | 146 | 156 | 0 | 74 | 70 | 1 | 545 | 140 | 105 |
| Binary | 11111100 | 1100110 | 1101110 | 0 | 111100 | 111000 | 1 | 101100101 | 1100000 | 1000101 |
Color Harmonies of #FC666E
Complementary color
Monochromatic Colors of #FC666E
Black with #FC666E
Text Example
Text Example
White with #FC666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC666E; }
p { color: rgb(252,102,110); }
H1.HeaderClassName
{
color: #FC666E;
}
.AnyTagClassName
{
color: #FC666E;
}
</style>
background-color css
<style>
a { background-color: #FC666E; }
a { background-color: rgb(252,102,110); }
div.DivClassName
{
background-color: #FC666E;
}
.BgClassName
{
background-color: #FC666E;
}
</style>
border-color css
<style>
span { border-color: #FC666E; }
span { border-color: rgb(252,102,110); }
td.TdClassName
{
border-color: #FC666E;
}
.TagClassName
{
border-color: #FC666E;
}
</style>