Shades of Wild Watermelon #FC696C
Tints of Wild Watermelon #FC696C
RGB
CMYK
RGB Variations
Color information
#FC696C (or 0xFC696C) is known color: Wild Watermelon. HEX triplet: FC, 69 and 6C. RGB value is (252,105,108). Sum of RGB (Red+Green+Blue) = 252+105+108=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC696C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC696C is #039693. Grayscale: #959595. Windows color (decimal): -235156 or 7105020. OLE color: 7105020.
HSL color Cylindrical-coordinate representation of color #FC696C: hue angle of 358.78º 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 #FC696C is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 108 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.01 |
| HSL | 358.78º | 0.96% | 0.7% | - |
| HSV(B) | 358.78º | 0.58% | 0.99% | - |
| XYZ | 47.9 | 31.88 | 17.82 | - |
| YUV | 149.3 | 104.7 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 108 | 0 | 0.58 | 0.57 | 0.01 | 358.78 | 0.96 | 0.7 |
| Hex | FC | 69 | 6C | 0 | 3A | 39 | 1 | 167 | 60 | 46 |
| Octal | 374 | 151 | 154 | 0 | 72 | 71 | 1 | 547 | 140 | 106 |
| Binary | 11111100 | 1101001 | 1101100 | 0 | 111010 | 111001 | 1 | 101100111 | 1100000 | 1000110 |
Color Harmonies of #FC696C
Complementary color
Monochromatic Colors of #FC696C
Black with #FC696C
Text Example
Text Example
White with #FC696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC696C; }
p { color: rgb(252,105,108); }
H1.HeaderClassName
{
color: #FC696C;
}
.AnyTagClassName
{
color: #FC696C;
}
</style>
background-color css
<style>
a { background-color: #FC696C; }
a { background-color: rgb(252,105,108); }
div.DivClassName
{
background-color: #FC696C;
}
.BgClassName
{
background-color: #FC696C;
}
</style>
border-color css
<style>
span { border-color: #FC696C; }
span { border-color: rgb(252,105,108); }
td.TdClassName
{
border-color: #FC696C;
}
.TagClassName
{
border-color: #FC696C;
}
</style>