Shades of Wild Watermelon #FC6A6D
Tints of Wild Watermelon #FC6A6D
RGB
CMYK
RGB Variations
Color information
#FC6A6D (or 0xFC6A6D) is known color: Wild Watermelon. HEX triplet: FC, 6A and 6D. RGB value is (252,106,109). Sum of RGB (Red+Green+Blue) = 252+106+109=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6A6D is #039592. Grayscale: #969696. Windows color (decimal): -234899 or 7170812. OLE color: 7170812.
HSL color Cylindrical-coordinate representation of color #FC6A6D: hue angle of 358.77º 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 #FC6A6D is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 106 | 109 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.01 |
| HSL | 358.77º | 0.96% | 0.7% | - |
| HSV(B) | 358.77º | 0.58% | 0.99% | - |
| XYZ | 48.06 | 32.11 | 18.13 | - |
| YUV | 150 | 104.87 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 106 | 109 | 0 | 0.58 | 0.57 | 0.01 | 358.77 | 0.96 | 0.7 |
| Hex | FC | 6A | 6D | 0 | 3A | 39 | 1 | 167 | 60 | 46 |
| Octal | 374 | 152 | 155 | 0 | 72 | 71 | 1 | 547 | 140 | 106 |
| Binary | 11111100 | 1101010 | 1101101 | 0 | 111010 | 111001 | 1 | 101100111 | 1100000 | 1000110 |
Color Harmonies of #FC6A6D
Complementary color
Monochromatic Colors of #FC6A6D
Black with #FC6A6D
Text Example
Text Example
White with #FC6A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6A6D; }
p { color: rgb(252,106,109); }
H1.HeaderClassName
{
color: #FC6A6D;
}
.AnyTagClassName
{
color: #FC6A6D;
}
</style>
background-color css
<style>
a { background-color: #FC6A6D; }
a { background-color: rgb(252,106,109); }
div.DivClassName
{
background-color: #FC6A6D;
}
.BgClassName
{
background-color: #FC6A6D;
}
</style>
border-color css
<style>
span { border-color: #FC6A6D; }
span { border-color: rgb(252,106,109); }
td.TdClassName
{
border-color: #FC6A6D;
}
.TagClassName
{
border-color: #FC6A6D;
}
</style>