Shades of Wild Watermelon #FE575E
Tints of Wild Watermelon #FE575E
RGB
CMYK
RGB Variations
Color information
#FE575E (or 0xFE575E) is known color: Wild Watermelon. HEX triplet: FE, 57 and 5E. RGB value is (254,87,94). Sum of RGB (Red+Green+Blue) = 254+87+94=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE575E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE575E is #01A8A1. Grayscale: #898989. Windows color (decimal): -108706 or 6182910. OLE color: 6182910.
HSL color Cylindrical-coordinate representation of color #FE575E: hue angle of 357.49º 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 #FE575E is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 94 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.00 |
| HSL | 357.49º | 0.99% | 0.67% | - |
| HSV(B) | 357.49º | 0.66% | 1% | - |
| XYZ | 46.3 | 28.7 | 13.69 | - |
| YUV | 137.73 | 103.33 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 94 | 0 | 0.66 | 0.63 | 0.00 | 357.49 | 0.99 | 0.67 |
| Hex | FE | 57 | 5E | 0 | 42 | 3F | 0 | 165 | 63 | 43 |
| Octal | 376 | 127 | 136 | 0 | 102 | 77 | 0 | 545 | 143 | 103 |
| Binary | 11111110 | 1010111 | 1011110 | 0 | 1000010 | 111111 | 0 | 101100101 | 1100011 | 1000011 |
Color Harmonies of #FE575E
Complementary color
Monochromatic Colors of #FE575E
Black with #FE575E
Text Example
Text Example
White with #FE575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE575E; }
p { color: rgb(254,87,94); }
H1.HeaderClassName
{
color: #FE575E;
}
.AnyTagClassName
{
color: #FE575E;
}
</style>
background-color css
<style>
a { background-color: #FE575E; }
a { background-color: rgb(254,87,94); }
div.DivClassName
{
background-color: #FE575E;
}
.BgClassName
{
background-color: #FE575E;
}
</style>
border-color css
<style>
span { border-color: #FE575E; }
span { border-color: rgb(254,87,94); }
td.TdClassName
{
border-color: #FE575E;
}
.TagClassName
{
border-color: #FE575E;
}
</style>