Shades of Wild Watermelon #FC6A6E
Tints of Wild Watermelon #FC6A6E
RGB
CMYK
RGB Variations
Color information
#FC6A6E (or 0xFC6A6E) is known color: Wild Watermelon. HEX triplet: FC, 6A and 6E. RGB value is (252,106,110). Sum of RGB (Red+Green+Blue) = 252+106+110=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6A6E is #039591. Grayscale: #969696. Windows color (decimal): -234898 or 7236348. OLE color: 7236348.
HSL color Cylindrical-coordinate representation of color #FC6A6E: hue angle of 358.36º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6A6E is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 106 | 110 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.01 |
| HSL | 358.36º | 0.96% | 0.7% | - |
| HSV(B) | 358.36º | 0.58% | 0.99% | - |
| XYZ | 48.11 | 32.13 | 18.42 | - |
| YUV | 150.11 | 105.37 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 106 | 110 | 0 | 0.58 | 0.56 | 0.01 | 358.36 | 0.96 | 0.7 |
| Hex | FC | 6A | 6E | 0 | 3A | 38 | 1 | 166 | 60 | 46 |
| Octal | 374 | 152 | 156 | 0 | 72 | 70 | 1 | 546 | 140 | 106 |
| Binary | 11111100 | 1101010 | 1101110 | 0 | 111010 | 111000 | 1 | 101100110 | 1100000 | 1000110 |
Color Harmonies of #FC6A6E
Complementary color
Monochromatic Colors of #FC6A6E
Black with #FC6A6E
Text Example
Text Example
White with #FC6A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6A6E; }
p { color: rgb(252,106,110); }
H1.HeaderClassName
{
color: #FC6A6E;
}
.AnyTagClassName
{
color: #FC6A6E;
}
</style>
background-color css
<style>
a { background-color: #FC6A6E; }
a { background-color: rgb(252,106,110); }
div.DivClassName
{
background-color: #FC6A6E;
}
.BgClassName
{
background-color: #FC6A6E;
}
</style>
border-color css
<style>
span { border-color: #FC6A6E; }
span { border-color: rgb(252,106,110); }
td.TdClassName
{
border-color: #FC6A6E;
}
.TagClassName
{
border-color: #FC6A6E;
}
</style>