Shades of Wild Watermelon #FD666C
Tints of Wild Watermelon #FD666C
RGB
CMYK
RGB Variations
Color information
#FD666C (or 0xFD666C) is known color: Wild Watermelon. HEX triplet: FD, 66 and 6C. RGB value is (253,102,108). Sum of RGB (Red+Green+Blue) = 253+102+108=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD666C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD666C is #029993. Grayscale: #939393. Windows color (decimal): -170388 or 7104253. OLE color: 7104253.
HSL color Cylindrical-coordinate representation of color #FD666C: hue angle of 357.62º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD666C is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 102 | 108 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.01 |
| HSL | 357.62º | 0.97% | 0.7% | - |
| HSV(B) | 357.62º | 0.6% | 0.99% | - |
| XYZ | 47.97 | 31.47 | 17.73 | - |
| YUV | 147.83 | 105.53 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 102 | 108 | 0 | 0.60 | 0.57 | 0.01 | 357.62 | 0.97 | 0.7 |
| Hex | FD | 66 | 6C | 0 | 3C | 39 | 1 | 166 | 61 | 46 |
| Octal | 375 | 146 | 154 | 0 | 74 | 71 | 1 | 546 | 141 | 106 |
| Binary | 11111101 | 1100110 | 1101100 | 0 | 111100 | 111001 | 1 | 101100110 | 1100001 | 1000110 |
Color Harmonies of #FD666C
Complementary color
Monochromatic Colors of #FD666C
Black with #FD666C
Text Example
Text Example
White with #FD666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD666C; }
p { color: rgb(253,102,108); }
H1.HeaderClassName
{
color: #FD666C;
}
.AnyTagClassName
{
color: #FD666C;
}
</style>
background-color css
<style>
a { background-color: #FD666C; }
a { background-color: rgb(253,102,108); }
div.DivClassName
{
background-color: #FD666C;
}
.BgClassName
{
background-color: #FD666C;
}
</style>
border-color css
<style>
span { border-color: #FD666C; }
span { border-color: rgb(253,102,108); }
td.TdClassName
{
border-color: #FD666C;
}
.TagClassName
{
border-color: #FD666C;
}
</style>