Shades of Wild Watermelon #FE5D61
Tints of Wild Watermelon #FE5D61
RGB
CMYK
RGB Variations
Color information
#FE5D61 (or 0xFE5D61) is known color: Wild Watermelon. HEX triplet: FE, 5D and 61. RGB value is (254,93,97). Sum of RGB (Red+Green+Blue) = 254+93+97=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5D61 is #01A29E. Grayscale: #8D8D8D. Windows color (decimal): -107167 or 6381054. OLE color: 6381054.
HSL color Cylindrical-coordinate representation of color #FE5D61: hue angle of 358.51º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5D61 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 97 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.00 |
| HSL | 358.51º | 0.99% | 0.68% | - |
| HSV(B) | 358.51º | 0.63% | 1% | - |
| XYZ | 46.95 | 29.76 | 14.58 | - |
| YUV | 141.6 | 102.84 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 97 | 0 | 0.63 | 0.62 | 0.00 | 358.51 | 0.99 | 0.68 |
| Hex | FE | 5D | 61 | 0 | 3F | 3E | 0 | 167 | 63 | 44 |
| Octal | 376 | 135 | 141 | 0 | 77 | 76 | 0 | 547 | 143 | 104 |
| Binary | 11111110 | 1011101 | 1100001 | 0 | 111111 | 111110 | 0 | 101100111 | 1100011 | 1000100 |
Color Harmonies of #FE5D61
Complementary color
Monochromatic Colors of #FE5D61
Black with #FE5D61
Text Example
Text Example
White with #FE5D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5D61; }
p { color: rgb(254,93,97); }
H1.HeaderClassName
{
color: #FE5D61;
}
.AnyTagClassName
{
color: #FE5D61;
}
</style>
background-color css
<style>
a { background-color: #FE5D61; }
a { background-color: rgb(254,93,97); }
div.DivClassName
{
background-color: #FE5D61;
}
.BgClassName
{
background-color: #FE5D61;
}
</style>
border-color css
<style>
span { border-color: #FE5D61; }
span { border-color: rgb(254,93,97); }
td.TdClassName
{
border-color: #FE5D61;
}
.TagClassName
{
border-color: #FE5D61;
}
</style>