Shades of Wild Watermelon #FC666A
Tints of Wild Watermelon #FC666A
RGB
CMYK
RGB Variations
Color information
#FC666A (or 0xFC666A) is known color: Wild Watermelon. HEX triplet: FC, 66 and 6A. RGB value is (252,102,106). Sum of RGB (Red+Green+Blue) = 252+102+106=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC666A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC666A is #039995. Grayscale: #939393. Windows color (decimal): -235926 or 6973180. OLE color: 6973180.
HSL color Cylindrical-coordinate representation of color #FC666A: hue angle of 358.4º 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 #FC666A is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 106 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.01 |
| HSL | 358.4º | 0.96% | 0.69% | - |
| HSV(B) | 358.4º | 0.6% | 0.99% | - |
| XYZ | 47.5 | 31.24 | 17.16 | - |
| YUV | 147.31 | 104.7 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 106 | 0 | 0.60 | 0.58 | 0.01 | 358.4 | 0.96 | 0.69 |
| Hex | FC | 66 | 6A | 0 | 3C | 3A | 1 | 166 | 60 | 45 |
| Octal | 374 | 146 | 152 | 0 | 74 | 72 | 1 | 546 | 140 | 105 |
| Binary | 11111100 | 1100110 | 1101010 | 0 | 111100 | 111010 | 1 | 101100110 | 1100000 | 1000101 |
Color Harmonies of #FC666A
Complementary color
Monochromatic Colors of #FC666A
Black with #FC666A
Text Example
Text Example
White with #FC666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC666A; }
p { color: rgb(252,102,106); }
H1.HeaderClassName
{
color: #FC666A;
}
.AnyTagClassName
{
color: #FC666A;
}
</style>
background-color css
<style>
a { background-color: #FC666A; }
a { background-color: rgb(252,102,106); }
div.DivClassName
{
background-color: #FC666A;
}
.BgClassName
{
background-color: #FC666A;
}
</style>
border-color css
<style>
span { border-color: #FC666A; }
span { border-color: rgb(252,102,106); }
td.TdClassName
{
border-color: #FC666A;
}
.TagClassName
{
border-color: #FC666A;
}
</style>