Shades of Wild Watermelon #FC696D
Tints of Wild Watermelon #FC696D
RGB
CMYK
RGB Variations
Color information
#FC696D (or 0xFC696D) is known color: Wild Watermelon. HEX triplet: FC, 69 and 6D. RGB value is (252,105,109). Sum of RGB (Red+Green+Blue) = 252+105+109=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC696D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC696D is #039692. Grayscale: #959595. Windows color (decimal): -235155 or 7170556. OLE color: 7170556.
HSL color Cylindrical-coordinate representation of color #FC696D: hue angle of 358.37º 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 #FC696D is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 109 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.01 |
| HSL | 358.37º | 0.96% | 0.7% | - |
| HSV(B) | 358.37º | 0.58% | 0.99% | - |
| XYZ | 47.96 | 31.9 | 18.1 | - |
| YUV | 149.41 | 105.2 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 109 | 0 | 0.58 | 0.57 | 0.01 | 358.37 | 0.96 | 0.7 |
| Hex | FC | 69 | 6D | 0 | 3A | 39 | 1 | 166 | 60 | 46 |
| Octal | 374 | 151 | 155 | 0 | 72 | 71 | 1 | 546 | 140 | 106 |
| Binary | 11111100 | 1101001 | 1101101 | 0 | 111010 | 111001 | 1 | 101100110 | 1100000 | 1000110 |
Color Harmonies of #FC696D
Complementary color
Monochromatic Colors of #FC696D
Black with #FC696D
Text Example
Text Example
White with #FC696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC696D; }
p { color: rgb(252,105,109); }
H1.HeaderClassName
{
color: #FC696D;
}
.AnyTagClassName
{
color: #FC696D;
}
</style>
background-color css
<style>
a { background-color: #FC696D; }
a { background-color: rgb(252,105,109); }
div.DivClassName
{
background-color: #FC696D;
}
.BgClassName
{
background-color: #FC696D;
}
</style>
border-color css
<style>
span { border-color: #FC696D; }
span { border-color: rgb(252,105,109); }
td.TdClassName
{
border-color: #FC696D;
}
.TagClassName
{
border-color: #FC696D;
}
</style>