Shades of Wild Watermelon #FD666E
Tints of Wild Watermelon #FD666E
RGB
CMYK
RGB Variations
Color information
#FD666E (or 0xFD666E) is known color: Wild Watermelon. HEX triplet: FD, 66 and 6E. RGB value is (253,102,110). Sum of RGB (Red+Green+Blue) = 253+102+110=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD666E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD666E is #029991. Grayscale: #949494. Windows color (decimal): -170386 or 7235325. OLE color: 7235325.
HSL color Cylindrical-coordinate representation of color #FD666E: hue angle of 356.82º 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 #FD666E is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 102 | 110 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.01 |
| HSL | 356.82º | 0.97% | 0.7% | - |
| HSV(B) | 356.82º | 0.6% | 0.99% | - |
| XYZ | 48.07 | 31.51 | 18.3 | - |
| YUV | 148.06 | 106.53 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 102 | 110 | 0 | 0.60 | 0.57 | 0.01 | 356.82 | 0.97 | 0.7 |
| Hex | FD | 66 | 6E | 0 | 3C | 39 | 1 | 165 | 61 | 46 |
| Octal | 375 | 146 | 156 | 0 | 74 | 71 | 1 | 545 | 141 | 106 |
| Binary | 11111101 | 1100110 | 1101110 | 0 | 111100 | 111001 | 1 | 101100101 | 1100001 | 1000110 |
Color Harmonies of #FD666E
Complementary color
Monochromatic Colors of #FD666E
Black with #FD666E
Text Example
Text Example
White with #FD666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD666E; }
p { color: rgb(253,102,110); }
H1.HeaderClassName
{
color: #FD666E;
}
.AnyTagClassName
{
color: #FD666E;
}
</style>
background-color css
<style>
a { background-color: #FD666E; }
a { background-color: rgb(253,102,110); }
div.DivClassName
{
background-color: #FD666E;
}
.BgClassName
{
background-color: #FD666E;
}
</style>
border-color css
<style>
span { border-color: #FD666E; }
span { border-color: rgb(253,102,110); }
td.TdClassName
{
border-color: #FD666E;
}
.TagClassName
{
border-color: #FD666E;
}
</style>