Shades of Wild Watermelon #FE566B
Tints of Wild Watermelon #FE566B
RGB
CMYK
RGB Variations
Color information
#FE566B (or 0xFE566B) is known color: Wild Watermelon. HEX triplet: FE, 56 and 6B. RGB value is (254,86,107). Sum of RGB (Red+Green+Blue) = 254+86+107=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE566B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE566B is #01A994. Grayscale: #8A8A8A. Windows color (decimal): -108949 or 7034622. OLE color: 7034622.
HSL color Cylindrical-coordinate representation of color #FE566B: hue angle of 352.5º 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 #FE566B is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 107 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.00 |
| HSL | 352.5º | 0.99% | 0.67% | - |
| HSV(B) | 352.5º | 0.66% | 1% | - |
| XYZ | 46.85 | 28.79 | 17 | - |
| YUV | 138.63 | 110.16 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 107 | 0 | 0.66 | 0.58 | 0.00 | 352.5 | 0.99 | 0.67 |
| Hex | FE | 56 | 6B | 0 | 42 | 3A | 0 | 160 | 63 | 43 |
| Octal | 376 | 126 | 153 | 0 | 102 | 72 | 0 | 540 | 143 | 103 |
| Binary | 11111110 | 1010110 | 1101011 | 0 | 1000010 | 111010 | 0 | 101100000 | 1100011 | 1000011 |
Color Harmonies of #FE566B
Complementary color
Monochromatic Colors of #FE566B
Black with #FE566B
Text Example
Text Example
White with #FE566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE566B; }
p { color: rgb(254,86,107); }
H1.HeaderClassName
{
color: #FE566B;
}
.AnyTagClassName
{
color: #FE566B;
}
</style>
background-color css
<style>
a { background-color: #FE566B; }
a { background-color: rgb(254,86,107); }
div.DivClassName
{
background-color: #FE566B;
}
.BgClassName
{
background-color: #FE566B;
}
</style>
border-color css
<style>
span { border-color: #FE566B; }
span { border-color: rgb(254,86,107); }
td.TdClassName
{
border-color: #FE566B;
}
.TagClassName
{
border-color: #FE566B;
}
</style>