Shades of Wild Watermelon #FE565D
Tints of Wild Watermelon #FE565D
RGB
CMYK
RGB Variations
Color information
#FE565D (or 0xFE565D) is known color: Wild Watermelon. HEX triplet: FE, 56 and 5D. RGB value is (254,86,93). Sum of RGB (Red+Green+Blue) = 254+86+93=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE565D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE565D is #01A9A2. Grayscale: #898989. Windows color (decimal): -108963 or 6117118. OLE color: 6117118.
HSL color Cylindrical-coordinate representation of color #FE565D: hue angle of 357.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 #FE565D is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 93 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.00 |
| HSL | 357.5º | 0.99% | 0.67% | - |
| HSV(B) | 357.5º | 0.66% | 1% | - |
| XYZ | 46.18 | 28.52 | 13.43 | - |
| YUV | 137.03 | 103.16 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 93 | 0 | 0.66 | 0.63 | 0.00 | 357.5 | 0.99 | 0.67 |
| Hex | FE | 56 | 5D | 0 | 42 | 3F | 0 | 166 | 63 | 43 |
| Octal | 376 | 126 | 135 | 0 | 102 | 77 | 0 | 546 | 143 | 103 |
| Binary | 11111110 | 1010110 | 1011101 | 0 | 1000010 | 111111 | 0 | 101100110 | 1100011 | 1000011 |
Color Harmonies of #FE565D
Complementary color
Monochromatic Colors of #FE565D
Black with #FE565D
Text Example
Text Example
White with #FE565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE565D; }
p { color: rgb(254,86,93); }
H1.HeaderClassName
{
color: #FE565D;
}
.AnyTagClassName
{
color: #FE565D;
}
</style>
background-color css
<style>
a { background-color: #FE565D; }
a { background-color: rgb(254,86,93); }
div.DivClassName
{
background-color: #FE565D;
}
.BgClassName
{
background-color: #FE565D;
}
</style>
border-color css
<style>
span { border-color: #FE565D; }
span { border-color: rgb(254,86,93); }
td.TdClassName
{
border-color: #FE565D;
}
.TagClassName
{
border-color: #FE565D;
}
</style>