Shades of Wild Watermelon #FC686A
Tints of Wild Watermelon #FC686A
RGB
CMYK
RGB Variations
Color information
#FC686A (or 0xFC686A) is known color: Wild Watermelon. HEX triplet: FC, 68 and 6A. RGB value is (252,104,106). Sum of RGB (Red+Green+Blue) = 252+104+106=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC686A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC686A is #039795. Grayscale: #949494. Windows color (decimal): -235414 or 6973692. OLE color: 6973692.
HSL color Cylindrical-coordinate representation of color #FC686A: hue angle of 359.19º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC686A is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 106 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.01 |
| HSL | 359.19º | 0.96% | 0.7% | - |
| HSV(B) | 359.19º | 0.59% | 0.99% | - |
| XYZ | 47.7 | 31.64 | 17.23 | - |
| YUV | 148.48 | 104.03 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 106 | 0 | 0.59 | 0.58 | 0.01 | 359.19 | 0.96 | 0.7 |
| Hex | FC | 68 | 6A | 0 | 3B | 3A | 1 | 167 | 60 | 46 |
| Octal | 374 | 150 | 152 | 0 | 73 | 72 | 1 | 547 | 140 | 106 |
| Binary | 11111100 | 1101000 | 1101010 | 0 | 111011 | 111010 | 1 | 101100111 | 1100000 | 1000110 |
Color Harmonies of #FC686A
Complementary color
Monochromatic Colors of #FC686A
Black with #FC686A
Text Example
Text Example
White with #FC686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC686A; }
p { color: rgb(252,104,106); }
H1.HeaderClassName
{
color: #FC686A;
}
.AnyTagClassName
{
color: #FC686A;
}
</style>
background-color css
<style>
a { background-color: #FC686A; }
a { background-color: rgb(252,104,106); }
div.DivClassName
{
background-color: #FC686A;
}
.BgClassName
{
background-color: #FC686A;
}
</style>
border-color css
<style>
span { border-color: #FC686A; }
span { border-color: rgb(252,104,106); }
td.TdClassName
{
border-color: #FC686A;
}
.TagClassName
{
border-color: #FC686A;
}
</style>