Shades of Wild Watermelon #FE5C60
Tints of Wild Watermelon #FE5C60
RGB
CMYK
RGB Variations
Color information
#FE5C60 (or 0xFE5C60) is known color: Wild Watermelon. HEX triplet: FE, 5C and 60. RGB value is (254,92,96). Sum of RGB (Red+Green+Blue) = 254+92+96=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5C60 is #01A39F. Grayscale: #8D8D8D. Windows color (decimal): -107424 or 6315262. OLE color: 6315262.
HSL color Cylindrical-coordinate representation of color #FE5C60: hue angle of 358.52º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5C60 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 96 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.00 |
| HSL | 358.52º | 0.99% | 0.68% | - |
| HSV(B) | 358.52º | 0.64% | 1% | - |
| XYZ | 46.81 | 29.57 | 14.31 | - |
| YUV | 140.89 | 102.67 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 96 | 0 | 0.64 | 0.62 | 0.00 | 358.52 | 0.99 | 0.68 |
| Hex | FE | 5C | 60 | 0 | 40 | 3E | 0 | 167 | 63 | 44 |
| Octal | 376 | 134 | 140 | 0 | 100 | 76 | 0 | 547 | 143 | 104 |
| Binary | 11111110 | 1011100 | 1100000 | 0 | 1000000 | 111110 | 0 | 101100111 | 1100011 | 1000100 |
Color Harmonies of #FE5C60
Complementary color
Monochromatic Colors of #FE5C60
Black with #FE5C60
Text Example
Text Example
White with #FE5C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5C60; }
p { color: rgb(254,92,96); }
H1.HeaderClassName
{
color: #FE5C60;
}
.AnyTagClassName
{
color: #FE5C60;
}
</style>
background-color css
<style>
a { background-color: #FE5C60; }
a { background-color: rgb(254,92,96); }
div.DivClassName
{
background-color: #FE5C60;
}
.BgClassName
{
background-color: #FE5C60;
}
</style>
border-color css
<style>
span { border-color: #FE5C60; }
span { border-color: rgb(254,92,96); }
td.TdClassName
{
border-color: #FE5C60;
}
.TagClassName
{
border-color: #FE5C60;
}
</style>