Shades of Wild Watermelon #FE566E
Tints of Wild Watermelon #FE566E
RGB
CMYK
RGB Variations
Color information
#FE566E (or 0xFE566E) is known color: Wild Watermelon. HEX triplet: FE, 56 and 6E. RGB value is (254,86,110). Sum of RGB (Red+Green+Blue) = 254+86+110=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE566E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE566E is #01A991. Grayscale: #8B8B8B. Windows color (decimal): -108946 or 7231230. OLE color: 7231230.
HSL color Cylindrical-coordinate representation of color #FE566E: hue angle of 351.43º 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 #FE566E is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 110 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.00 |
| HSL | 351.43º | 0.99% | 0.67% | - |
| HSV(B) | 351.43º | 0.66% | 1% | - |
| XYZ | 47.02 | 28.85 | 17.84 | - |
| YUV | 138.97 | 111.66 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 110 | 0 | 0.66 | 0.57 | 0.00 | 351.43 | 0.99 | 0.67 |
| Hex | FE | 56 | 6E | 0 | 42 | 39 | 0 | 15F | 63 | 43 |
| Octal | 376 | 126 | 156 | 0 | 102 | 71 | 0 | 537 | 143 | 103 |
| Binary | 11111110 | 1010110 | 1101110 | 0 | 1000010 | 111001 | 0 | 101011111 | 1100011 | 1000011 |
Color Harmonies of #FE566E
Complementary color
Monochromatic Colors of #FE566E
Black with #FE566E
Text Example
Text Example
White with #FE566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE566E; }
p { color: rgb(254,86,110); }
H1.HeaderClassName
{
color: #FE566E;
}
.AnyTagClassName
{
color: #FE566E;
}
</style>
background-color css
<style>
a { background-color: #FE566E; }
a { background-color: rgb(254,86,110); }
div.DivClassName
{
background-color: #FE566E;
}
.BgClassName
{
background-color: #FE566E;
}
</style>
border-color css
<style>
span { border-color: #FE566E; }
span { border-color: rgb(254,86,110); }
td.TdClassName
{
border-color: #FE566E;
}
.TagClassName
{
border-color: #FE566E;
}
</style>