Shades of Wild Watermelon #FE575B
Tints of Wild Watermelon #FE575B
RGB
CMYK
RGB Variations
Color information
#FE575B (or 0xFE575B) is known color: Wild Watermelon. HEX triplet: FE, 57 and 5B. RGB value is (254,87,91). Sum of RGB (Red+Green+Blue) = 254+87+91=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE575B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE575B is #01A8A4. Grayscale: #898989. Windows color (decimal): -108709 or 5986302. OLE color: 5986302.
HSL color Cylindrical-coordinate representation of color #FE575B: hue angle of 358.56º 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 #FE575B is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 91 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.00 |
| HSL | 358.56º | 0.99% | 0.67% | - |
| HSV(B) | 358.56º | 0.66% | 1% | - |
| XYZ | 46.17 | 28.64 | 12.99 | - |
| YUV | 137.39 | 101.83 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 91 | 0 | 0.66 | 0.64 | 0.00 | 358.56 | 0.99 | 0.67 |
| Hex | FE | 57 | 5B | 0 | 42 | 40 | 0 | 167 | 63 | 43 |
| Octal | 376 | 127 | 133 | 0 | 102 | 100 | 0 | 547 | 143 | 103 |
| Binary | 11111110 | 1010111 | 1011011 | 0 | 1000010 | 1000000 | 0 | 101100111 | 1100011 | 1000011 |
Color Harmonies of #FE575B
Complementary color
Monochromatic Colors of #FE575B
Black with #FE575B
Text Example
Text Example
White with #FE575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE575B; }
p { color: rgb(254,87,91); }
H1.HeaderClassName
{
color: #FE575B;
}
.AnyTagClassName
{
color: #FE575B;
}
</style>
background-color css
<style>
a { background-color: #FE575B; }
a { background-color: rgb(254,87,91); }
div.DivClassName
{
background-color: #FE575B;
}
.BgClassName
{
background-color: #FE575B;
}
</style>
border-color css
<style>
span { border-color: #FE575B; }
span { border-color: rgb(254,87,91); }
td.TdClassName
{
border-color: #FE575B;
}
.TagClassName
{
border-color: #FE575B;
}
</style>