Shades of Wild Watermelon #FE666D
Tints of Wild Watermelon #FE666D
RGB
CMYK
RGB Variations
Color information
#FE666D (or 0xFE666D) is known color: Wild Watermelon. HEX triplet: FE, 66 and 6D. RGB value is (254,102,109). Sum of RGB (Red+Green+Blue) = 254+102+109=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE666D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE666D is #019992. Grayscale: #949494. Windows color (decimal): -104851 or 7169790. OLE color: 7169790.
HSL color Cylindrical-coordinate representation of color #FE666D: hue angle of 357.24º 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 #FE666D is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 109 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.00 |
| HSL | 357.24º | 0.99% | 0.7% | - |
| HSV(B) | 357.24º | 0.6% | 1% | - |
| XYZ | 48.38 | 31.68 | 18.03 | - |
| YUV | 148.25 | 105.86 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 109 | 0 | 0.60 | 0.57 | 0.00 | 357.24 | 0.99 | 0.7 |
| Hex | FE | 66 | 6D | 0 | 3C | 39 | 0 | 165 | 63 | 46 |
| Octal | 376 | 146 | 155 | 0 | 74 | 71 | 0 | 545 | 143 | 106 |
| Binary | 11111110 | 1100110 | 1101101 | 0 | 111100 | 111001 | 0 | 101100101 | 1100011 | 1000110 |
Color Harmonies of #FE666D
Complementary color
Monochromatic Colors of #FE666D
Black with #FE666D
Text Example
Text Example
White with #FE666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE666D; }
p { color: rgb(254,102,109); }
H1.HeaderClassName
{
color: #FE666D;
}
.AnyTagClassName
{
color: #FE666D;
}
</style>
background-color css
<style>
a { background-color: #FE666D; }
a { background-color: rgb(254,102,109); }
div.DivClassName
{
background-color: #FE666D;
}
.BgClassName
{
background-color: #FE666D;
}
</style>
border-color css
<style>
span { border-color: #FE666D; }
span { border-color: rgb(254,102,109); }
td.TdClassName
{
border-color: #FE666D;
}
.TagClassName
{
border-color: #FE666D;
}
</style>