Shades of Wild Watermelon #FD6C74
Tints of Wild Watermelon #FD6C74
RGB
CMYK
RGB Variations
Color information
#FD6C74 (or 0xFD6C74) is known color: Wild Watermelon. HEX triplet: FD, 6C and 74. RGB value is (253,108,116). Sum of RGB (Red+Green+Blue) = 253+108+116=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6C74 is #02938B. Grayscale: #989898. Windows color (decimal): -168844 or 7630077. OLE color: 7630077.
HSL color Cylindrical-coordinate representation of color #FD6C74: hue angle of 356.69º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD6C74 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 108 | 116 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.01 |
| HSL | 356.69º | 0.97% | 0.71% | - |
| HSV(B) | 356.69º | 0.57% | 0.99% | - |
| XYZ | 49.02 | 32.87 | 20.28 | - |
| YUV | 152.27 | 107.54 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 108 | 116 | 0 | 0.57 | 0.54 | 0.01 | 356.69 | 0.97 | 0.71 |
| Hex | FD | 6C | 74 | 0 | 39 | 36 | 1 | 165 | 61 | 47 |
| Octal | 375 | 154 | 164 | 0 | 71 | 66 | 1 | 545 | 141 | 107 |
| Binary | 11111101 | 1101100 | 1110100 | 0 | 111001 | 110110 | 1 | 101100101 | 1100001 | 1000111 |
Color Harmonies of #FD6C74
Complementary color
Monochromatic Colors of #FD6C74
Black with #FD6C74
Text Example
Text Example
White with #FD6C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6C74; }
p { color: rgb(253,108,116); }
H1.HeaderClassName
{
color: #FD6C74;
}
.AnyTagClassName
{
color: #FD6C74;
}
</style>
background-color css
<style>
a { background-color: #FD6C74; }
a { background-color: rgb(253,108,116); }
div.DivClassName
{
background-color: #FD6C74;
}
.BgClassName
{
background-color: #FD6C74;
}
</style>
border-color css
<style>
span { border-color: #FD6C74; }
span { border-color: rgb(253,108,116); }
td.TdClassName
{
border-color: #FD6C74;
}
.TagClassName
{
border-color: #FD6C74;
}
</style>