Shades of Wild Watermelon #FC696A
Tints of Wild Watermelon #FC696A
RGB
CMYK
RGB Variations
Color information
#FC696A (or 0xFC696A) is known color: Wild Watermelon. HEX triplet: FC, 69 and 6A. RGB value is (252,105,106). Sum of RGB (Red+Green+Blue) = 252+105+106=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC696A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC696A is #039695. Grayscale: #959595. Windows color (decimal): -235158 or 6973948. OLE color: 6973948.
HSL color Cylindrical-coordinate representation of color #FC696A: hue angle of 359.59º 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 #FC696A is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 106 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.01 |
| HSL | 359.59º | 0.96% | 0.7% | - |
| HSV(B) | 359.59º | 0.58% | 0.99% | - |
| XYZ | 47.8 | 31.84 | 17.26 | - |
| YUV | 149.07 | 103.7 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 106 | 0 | 0.58 | 0.58 | 0.01 | 359.59 | 0.96 | 0.7 |
| Hex | FC | 69 | 6A | 0 | 3A | 3A | 1 | 168 | 60 | 46 |
| Octal | 374 | 151 | 152 | 0 | 72 | 72 | 1 | 550 | 140 | 106 |
| Binary | 11111100 | 1101001 | 1101010 | 0 | 111010 | 111010 | 1 | 101101000 | 1100000 | 1000110 |
Color Harmonies of #FC696A
Complementary color
Monochromatic Colors of #FC696A
Black with #FC696A
Text Example
Text Example
White with #FC696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC696A; }
p { color: rgb(252,105,106); }
H1.HeaderClassName
{
color: #FC696A;
}
.AnyTagClassName
{
color: #FC696A;
}
</style>
background-color css
<style>
a { background-color: #FC696A; }
a { background-color: rgb(252,105,106); }
div.DivClassName
{
background-color: #FC696A;
}
.BgClassName
{
background-color: #FC696A;
}
</style>
border-color css
<style>
span { border-color: #FC696A; }
span { border-color: rgb(252,105,106); }
td.TdClassName
{
border-color: #FC696A;
}
.TagClassName
{
border-color: #FC696A;
}
</style>