Shades of Wild Watermelon #FD696D
Tints of Wild Watermelon #FD696D
RGB
CMYK
RGB Variations
Color information
#FD696D (or 0xFD696D) is known color: Wild Watermelon. HEX triplet: FD, 69 and 6D. RGB value is (253,105,109). Sum of RGB (Red+Green+Blue) = 253+105+109=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD696D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD696D is #029692. Grayscale: #959595. Windows color (decimal): -169619 or 7170557. OLE color: 7170557.
HSL color Cylindrical-coordinate representation of color #FD696D: hue angle of 358.38º 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 #FD696D is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 105 | 109 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.01 |
| HSL | 358.38º | 0.97% | 0.7% | - |
| HSV(B) | 358.38º | 0.58% | 0.99% | - |
| XYZ | 48.32 | 32.09 | 18.12 | - |
| YUV | 149.71 | 105.03 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 105 | 109 | 0 | 0.58 | 0.57 | 0.01 | 358.38 | 0.97 | 0.7 |
| Hex | FD | 69 | 6D | 0 | 3A | 39 | 1 | 166 | 61 | 46 |
| Octal | 375 | 151 | 155 | 0 | 72 | 71 | 1 | 546 | 141 | 106 |
| Binary | 11111101 | 1101001 | 1101101 | 0 | 111010 | 111001 | 1 | 101100110 | 1100001 | 1000110 |
Color Harmonies of #FD696D
Complementary color
Monochromatic Colors of #FD696D
Black with #FD696D
Text Example
Text Example
White with #FD696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD696D; }
p { color: rgb(253,105,109); }
H1.HeaderClassName
{
color: #FD696D;
}
.AnyTagClassName
{
color: #FD696D;
}
</style>
background-color css
<style>
a { background-color: #FD696D; }
a { background-color: rgb(253,105,109); }
div.DivClassName
{
background-color: #FD696D;
}
.BgClassName
{
background-color: #FD696D;
}
</style>
border-color css
<style>
span { border-color: #FD696D; }
span { border-color: rgb(253,105,109); }
td.TdClassName
{
border-color: #FD696D;
}
.TagClassName
{
border-color: #FD696D;
}
</style>