Shades of Wild Watermelon #FE566A
Tints of Wild Watermelon #FE566A
RGB
CMYK
RGB Variations
Color information
#FE566A (or 0xFE566A) is known color: Wild Watermelon. HEX triplet: FE, 56 and 6A. RGB value is (254,86,106). Sum of RGB (Red+Green+Blue) = 254+86+106=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE566A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE566A is #01A995. Grayscale: #8A8A8A. Windows color (decimal): -108950 or 6969086. OLE color: 6969086.
HSL color Cylindrical-coordinate representation of color #FE566A: hue angle of 352.86º 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 #FE566A is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 106 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.00 |
| HSL | 352.86º | 0.99% | 0.67% | - |
| HSV(B) | 352.86º | 0.66% | 1% | - |
| XYZ | 46.8 | 28.77 | 16.72 | - |
| YUV | 138.51 | 109.66 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 106 | 0 | 0.66 | 0.58 | 0.00 | 352.86 | 0.99 | 0.67 |
| Hex | FE | 56 | 6A | 0 | 42 | 3A | 0 | 161 | 63 | 43 |
| Octal | 376 | 126 | 152 | 0 | 102 | 72 | 0 | 541 | 143 | 103 |
| Binary | 11111110 | 1010110 | 1101010 | 0 | 1000010 | 111010 | 0 | 101100001 | 1100011 | 1000011 |
Color Harmonies of #FE566A
Complementary color
Monochromatic Colors of #FE566A
Black with #FE566A
Text Example
Text Example
White with #FE566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE566A; }
p { color: rgb(254,86,106); }
H1.HeaderClassName
{
color: #FE566A;
}
.AnyTagClassName
{
color: #FE566A;
}
</style>
background-color css
<style>
a { background-color: #FE566A; }
a { background-color: rgb(254,86,106); }
div.DivClassName
{
background-color: #FE566A;
}
.BgClassName
{
background-color: #FE566A;
}
</style>
border-color css
<style>
span { border-color: #FE566A; }
span { border-color: rgb(254,86,106); }
td.TdClassName
{
border-color: #FE566A;
}
.TagClassName
{
border-color: #FE566A;
}
</style>