Shades of Wild Watermelon #FD696B
Tints of Wild Watermelon #FD696B
RGB
CMYK
RGB Variations
Color information
#FD696B (or 0xFD696B) is known color: Wild Watermelon. HEX triplet: FD, 69 and 6B. RGB value is (253,105,107). Sum of RGB (Red+Green+Blue) = 253+105+107=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD696B is #029694. Grayscale: #959595. Windows color (decimal): -169621 or 7039485. OLE color: 7039485.
HSL color Cylindrical-coordinate representation of color #FD696B: hue angle of 359.19º degrees, saturation: 0.97, 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 #FD696B is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 105 | 107 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.01 |
| HSL | 359.19º | 0.97% | 0.7% | - |
| HSV(B) | 359.19º | 0.58% | 0.99% | - |
| XYZ | 48.21 | 32.05 | 17.55 | - |
| YUV | 149.48 | 104.03 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 105 | 107 | 0 | 0.58 | 0.58 | 0.01 | 359.19 | 0.97 | 0.7 |
| Hex | FD | 69 | 6B | 0 | 3A | 3A | 1 | 167 | 61 | 46 |
| Octal | 375 | 151 | 153 | 0 | 72 | 72 | 1 | 547 | 141 | 106 |
| Binary | 11111101 | 1101001 | 1101011 | 0 | 111010 | 111010 | 1 | 101100111 | 1100001 | 1000110 |
Color Harmonies of #FD696B
Complementary color
Monochromatic Colors of #FD696B
Black with #FD696B
Text Example
Text Example
White with #FD696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD696B; }
p { color: rgb(253,105,107); }
H1.HeaderClassName
{
color: #FD696B;
}
.AnyTagClassName
{
color: #FD696B;
}
</style>
background-color css
<style>
a { background-color: #FD696B; }
a { background-color: rgb(253,105,107); }
div.DivClassName
{
background-color: #FD696B;
}
.BgClassName
{
background-color: #FD696B;
}
</style>
border-color css
<style>
span { border-color: #FD696B; }
span { border-color: rgb(253,105,107); }
td.TdClassName
{
border-color: #FD696B;
}
.TagClassName
{
border-color: #FD696B;
}
</style>