Shades of Wild Watermelon #FE5D60
Tints of Wild Watermelon #FE5D60
RGB
CMYK
RGB Variations
Color information
#FE5D60 (or 0xFE5D60) is known color: Wild Watermelon. HEX triplet: FE, 5D and 60. RGB value is (254,93,96). Sum of RGB (Red+Green+Blue) = 254+93+96=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5D60 is #01A29F. Grayscale: #8D8D8D. Windows color (decimal): -107168 or 6315518. OLE color: 6315518.
HSL color Cylindrical-coordinate representation of color #FE5D60: hue angle of 358.88º 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 #FE5D60 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 96 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.00 |
| HSL | 358.88º | 0.99% | 0.68% | - |
| HSV(B) | 358.88º | 0.63% | 1% | - |
| XYZ | 46.9 | 29.74 | 14.34 | - |
| YUV | 141.48 | 102.34 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 96 | 0 | 0.63 | 0.62 | 0.00 | 358.88 | 0.99 | 0.68 |
| Hex | FE | 5D | 60 | 0 | 3F | 3E | 0 | 167 | 63 | 44 |
| Octal | 376 | 135 | 140 | 0 | 77 | 76 | 0 | 547 | 143 | 104 |
| Binary | 11111110 | 1011101 | 1100000 | 0 | 111111 | 111110 | 0 | 101100111 | 1100011 | 1000100 |
Color Harmonies of #FE5D60
Complementary color
Monochromatic Colors of #FE5D60
Black with #FE5D60
Text Example
Text Example
White with #FE5D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5D60; }
p { color: rgb(254,93,96); }
H1.HeaderClassName
{
color: #FE5D60;
}
.AnyTagClassName
{
color: #FE5D60;
}
</style>
background-color css
<style>
a { background-color: #FE5D60; }
a { background-color: rgb(254,93,96); }
div.DivClassName
{
background-color: #FE5D60;
}
.BgClassName
{
background-color: #FE5D60;
}
</style>
border-color css
<style>
span { border-color: #FE5D60; }
span { border-color: rgb(254,93,96); }
td.TdClassName
{
border-color: #FE5D60;
}
.TagClassName
{
border-color: #FE5D60;
}
</style>