Shades of Wild Watermelon #FE565C
Tints of Wild Watermelon #FE565C
RGB
CMYK
RGB Variations
Color information
#FE565C (or 0xFE565C) is known color: Wild Watermelon. HEX triplet: FE, 56 and 5C. RGB value is (254,86,92). Sum of RGB (Red+Green+Blue) = 254+86+92=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE565C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE565C is #01A9A3. Grayscale: #898989. Windows color (decimal): -108964 or 6051582. OLE color: 6051582.
HSL color Cylindrical-coordinate representation of color #FE565C: hue angle of 357.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 #FE565C is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 92 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.00 |
| HSL | 357.86º | 0.99% | 0.67% | - |
| HSV(B) | 357.86º | 0.66% | 1% | - |
| XYZ | 46.13 | 28.5 | 13.19 | - |
| YUV | 136.92 | 102.66 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 92 | 0 | 0.66 | 0.64 | 0.00 | 357.86 | 0.99 | 0.67 |
| Hex | FE | 56 | 5C | 0 | 42 | 40 | 0 | 166 | 63 | 43 |
| Octal | 376 | 126 | 134 | 0 | 102 | 100 | 0 | 546 | 143 | 103 |
| Binary | 11111110 | 1010110 | 1011100 | 0 | 1000010 | 1000000 | 0 | 101100110 | 1100011 | 1000011 |
Color Harmonies of #FE565C
Complementary color
Monochromatic Colors of #FE565C
Black with #FE565C
Text Example
Text Example
White with #FE565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE565C; }
p { color: rgb(254,86,92); }
H1.HeaderClassName
{
color: #FE565C;
}
.AnyTagClassName
{
color: #FE565C;
}
</style>
background-color css
<style>
a { background-color: #FE565C; }
a { background-color: rgb(254,86,92); }
div.DivClassName
{
background-color: #FE565C;
}
.BgClassName
{
background-color: #FE565C;
}
</style>
border-color css
<style>
span { border-color: #FE565C; }
span { border-color: rgb(254,86,92); }
td.TdClassName
{
border-color: #FE565C;
}
.TagClassName
{
border-color: #FE565C;
}
</style>