Shades of Wild Watermelon #FC666C
Tints of Wild Watermelon #FC666C
RGB
CMYK
RGB Variations
Color information
#FC666C (or 0xFC666C) is known color: Wild Watermelon. HEX triplet: FC, 66 and 6C. RGB value is (252,102,108). Sum of RGB (Red+Green+Blue) = 252+102+108=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC666C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC666C is #039993. Grayscale: #939393. Windows color (decimal): -235924 or 7104252. OLE color: 7104252.
HSL color Cylindrical-coordinate representation of color #FC666C: hue angle of 357.6º 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 #FC666C is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 108 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.01 |
| HSL | 357.6º | 0.96% | 0.69% | - |
| HSV(B) | 357.6º | 0.6% | 0.99% | - |
| XYZ | 47.6 | 31.28 | 17.72 | - |
| YUV | 147.53 | 105.7 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 108 | 0 | 0.60 | 0.57 | 0.01 | 357.6 | 0.96 | 0.69 |
| Hex | FC | 66 | 6C | 0 | 3C | 39 | 1 | 166 | 60 | 45 |
| Octal | 374 | 146 | 154 | 0 | 74 | 71 | 1 | 546 | 140 | 105 |
| Binary | 11111100 | 1100110 | 1101100 | 0 | 111100 | 111001 | 1 | 101100110 | 1100000 | 1000101 |
Color Harmonies of #FC666C
Complementary color
Monochromatic Colors of #FC666C
Black with #FC666C
Text Example
Text Example
White with #FC666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC666C; }
p { color: rgb(252,102,108); }
H1.HeaderClassName
{
color: #FC666C;
}
.AnyTagClassName
{
color: #FC666C;
}
</style>
background-color css
<style>
a { background-color: #FC666C; }
a { background-color: rgb(252,102,108); }
div.DivClassName
{
background-color: #FC666C;
}
.BgClassName
{
background-color: #FC666C;
}
</style>
border-color css
<style>
span { border-color: #FC666C; }
span { border-color: rgb(252,102,108); }
td.TdClassName
{
border-color: #FC666C;
}
.TagClassName
{
border-color: #FC666C;
}
</style>