Shades of Wild Watermelon #FE5C62
Tints of Wild Watermelon #FE5C62
RGB
CMYK
RGB Variations
Color information
#FE5C62 (or 0xFE5C62) is known color: Wild Watermelon. HEX triplet: FE, 5C and 62. RGB value is (254,92,98). Sum of RGB (Red+Green+Blue) = 254+92+98=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5C62 is #01A39D. Grayscale: #8D8D8D. Windows color (decimal): -107422 or 6446334. OLE color: 6446334.
HSL color Cylindrical-coordinate representation of color #FE5C62: hue angle of 357.78º 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 #FE5C62 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 98 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.00 |
| HSL | 357.78º | 0.99% | 0.68% | - |
| HSV(B) | 357.78º | 0.64% | 1% | - |
| XYZ | 46.9 | 29.61 | 14.8 | - |
| YUV | 141.12 | 103.67 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 98 | 0 | 0.64 | 0.61 | 0.00 | 357.78 | 0.99 | 0.68 |
| Hex | FE | 5C | 62 | 0 | 40 | 3D | 0 | 166 | 63 | 44 |
| Octal | 376 | 134 | 142 | 0 | 100 | 75 | 0 | 546 | 143 | 104 |
| Binary | 11111110 | 1011100 | 1100010 | 0 | 1000000 | 111101 | 0 | 101100110 | 1100011 | 1000100 |
Color Harmonies of #FE5C62
Complementary color
Monochromatic Colors of #FE5C62
Black with #FE5C62
Text Example
Text Example
White with #FE5C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5C62; }
p { color: rgb(254,92,98); }
H1.HeaderClassName
{
color: #FE5C62;
}
.AnyTagClassName
{
color: #FE5C62;
}
</style>
background-color css
<style>
a { background-color: #FE5C62; }
a { background-color: rgb(254,92,98); }
div.DivClassName
{
background-color: #FE5C62;
}
.BgClassName
{
background-color: #FE5C62;
}
</style>
border-color css
<style>
span { border-color: #FE5C62; }
span { border-color: rgb(254,92,98); }
td.TdClassName
{
border-color: #FE5C62;
}
.TagClassName
{
border-color: #FE5C62;
}
</style>