Shades of Wild Watermelon #FE666E
Tints of Wild Watermelon #FE666E
RGB
CMYK
RGB Variations
Color information
#FE666E (or 0xFE666E) is known color: Wild Watermelon. HEX triplet: FE, 66 and 6E. RGB value is (254,102,110). Sum of RGB (Red+Green+Blue) = 254+102+110=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE666E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE666E is #019991. Grayscale: #949494. Windows color (decimal): -104850 or 7235326. OLE color: 7235326.
HSL color Cylindrical-coordinate representation of color #FE666E: hue angle of 356.84º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE666E is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 110 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.00 |
| HSL | 356.84º | 0.99% | 0.7% | - |
| HSV(B) | 356.84º | 0.6% | 1% | - |
| XYZ | 48.44 | 31.7 | 18.32 | - |
| YUV | 148.36 | 106.36 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 110 | 0 | 0.60 | 0.57 | 0.00 | 356.84 | 0.99 | 0.7 |
| Hex | FE | 66 | 6E | 0 | 3C | 39 | 0 | 165 | 63 | 46 |
| Octal | 376 | 146 | 156 | 0 | 74 | 71 | 0 | 545 | 143 | 106 |
| Binary | 11111110 | 1100110 | 1101110 | 0 | 111100 | 111001 | 0 | 101100101 | 1100011 | 1000110 |
Color Harmonies of #FE666E
Complementary color
Monochromatic Colors of #FE666E
Black with #FE666E
Text Example
Text Example
White with #FE666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE666E; }
p { color: rgb(254,102,110); }
H1.HeaderClassName
{
color: #FE666E;
}
.AnyTagClassName
{
color: #FE666E;
}
</style>
background-color css
<style>
a { background-color: #FE666E; }
a { background-color: rgb(254,102,110); }
div.DivClassName
{
background-color: #FE666E;
}
.BgClassName
{
background-color: #FE666E;
}
</style>
border-color css
<style>
span { border-color: #FE666E; }
span { border-color: rgb(254,102,110); }
td.TdClassName
{
border-color: #FE666E;
}
.TagClassName
{
border-color: #FE666E;
}
</style>