Shades of Wild Watermelon #FE566D
Tints of Wild Watermelon #FE566D
RGB
CMYK
RGB Variations
Color information
#FE566D (or 0xFE566D) is known color: Wild Watermelon. HEX triplet: FE, 56 and 6D. RGB value is (254,86,109). Sum of RGB (Red+Green+Blue) = 254+86+109=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE566D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE566D is #01A992. Grayscale: #8A8A8A. Windows color (decimal): -108947 or 7165694. OLE color: 7165694.
HSL color Cylindrical-coordinate representation of color #FE566D: hue angle of 351.79º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE566D is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 109 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.00 |
| HSL | 351.79º | 0.99% | 0.67% | - |
| HSV(B) | 351.79º | 0.66% | 1% | - |
| XYZ | 46.96 | 28.83 | 17.56 | - |
| YUV | 138.85 | 111.16 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 109 | 0 | 0.66 | 0.57 | 0.00 | 351.79 | 0.99 | 0.67 |
| Hex | FE | 56 | 6D | 0 | 42 | 39 | 0 | 160 | 63 | 43 |
| Octal | 376 | 126 | 155 | 0 | 102 | 71 | 0 | 540 | 143 | 103 |
| Binary | 11111110 | 1010110 | 1101101 | 0 | 1000010 | 111001 | 0 | 101100000 | 1100011 | 1000011 |
Color Harmonies of #FE566D
Complementary color
Monochromatic Colors of #FE566D
Black with #FE566D
Text Example
Text Example
White with #FE566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE566D; }
p { color: rgb(254,86,109); }
H1.HeaderClassName
{
color: #FE566D;
}
.AnyTagClassName
{
color: #FE566D;
}
</style>
background-color css
<style>
a { background-color: #FE566D; }
a { background-color: rgb(254,86,109); }
div.DivClassName
{
background-color: #FE566D;
}
.BgClassName
{
background-color: #FE566D;
}
</style>
border-color css
<style>
span { border-color: #FE566D; }
span { border-color: rgb(254,86,109); }
td.TdClassName
{
border-color: #FE566D;
}
.TagClassName
{
border-color: #FE566D;
}
</style>