Shades of Wild Watermelon #FC696B
Tints of Wild Watermelon #FC696B
RGB
CMYK
RGB Variations
Color information
#FC696B (or 0xFC696B) is known color: Wild Watermelon. HEX triplet: FC, 69 and 6B. RGB value is (252,105,107). Sum of RGB (Red+Green+Blue) = 252+105+107=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC696B is #039694. Grayscale: #959595. Windows color (decimal): -235157 or 7039484. OLE color: 7039484.
HSL color Cylindrical-coordinate representation of color #FC696B: hue angle of 359.18º 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 #FC696B is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 107 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.01 |
| HSL | 359.18º | 0.96% | 0.7% | - |
| HSV(B) | 359.18º | 0.58% | 0.99% | - |
| XYZ | 47.85 | 31.86 | 17.54 | - |
| YUV | 149.18 | 104.2 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 107 | 0 | 0.58 | 0.58 | 0.01 | 359.18 | 0.96 | 0.7 |
| Hex | FC | 69 | 6B | 0 | 3A | 3A | 1 | 167 | 60 | 46 |
| Octal | 374 | 151 | 153 | 0 | 72 | 72 | 1 | 547 | 140 | 106 |
| Binary | 11111100 | 1101001 | 1101011 | 0 | 111010 | 111010 | 1 | 101100111 | 1100000 | 1000110 |
Color Harmonies of #FC696B
Complementary color
Monochromatic Colors of #FC696B
Black with #FC696B
Text Example
Text Example
White with #FC696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC696B; }
p { color: rgb(252,105,107); }
H1.HeaderClassName
{
color: #FC696B;
}
.AnyTagClassName
{
color: #FC696B;
}
</style>
background-color css
<style>
a { background-color: #FC696B; }
a { background-color: rgb(252,105,107); }
div.DivClassName
{
background-color: #FC696B;
}
.BgClassName
{
background-color: #FC696B;
}
</style>
border-color css
<style>
span { border-color: #FC696B; }
span { border-color: rgb(252,105,107); }
td.TdClassName
{
border-color: #FC696B;
}
.TagClassName
{
border-color: #FC696B;
}
</style>