Shades of Wild Watermelon #FE585A
Tints of Wild Watermelon #FE585A
RGB
CMYK
RGB Variations
Color information
#FE585A (or 0xFE585A) is known color: Wild Watermelon. HEX triplet: FE, 58 and 5A. RGB value is (254,88,90). Sum of RGB (Red+Green+Blue) = 254+88+90=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE585A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE585A is #01A7A5. Grayscale: #8A8A8A. Windows color (decimal): -108454 or 5921022. OLE color: 5921022.
HSL color Cylindrical-coordinate representation of color #FE585A: hue angle of 359.28º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE585A is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 90 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.00 |
| HSL | 359.28º | 0.99% | 0.67% | - |
| HSV(B) | 359.28º | 0.65% | 1% | - |
| XYZ | 46.21 | 28.79 | 12.79 | - |
| YUV | 137.86 | 101 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 90 | 0 | 0.65 | 0.65 | 0.00 | 359.28 | 0.99 | 0.67 |
| Hex | FE | 58 | 5A | 0 | 41 | 41 | 0 | 167 | 63 | 43 |
| Octal | 376 | 130 | 132 | 0 | 101 | 101 | 0 | 547 | 143 | 103 |
| Binary | 11111110 | 1011000 | 1011010 | 0 | 1000001 | 1000001 | 0 | 101100111 | 1100011 | 1000011 |
Color Harmonies of #FE585A
Complementary color
Monochromatic Colors of #FE585A
Black with #FE585A
Text Example
Text Example
White with #FE585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE585A; }
p { color: rgb(254,88,90); }
H1.HeaderClassName
{
color: #FE585A;
}
.AnyTagClassName
{
color: #FE585A;
}
</style>
background-color css
<style>
a { background-color: #FE585A; }
a { background-color: rgb(254,88,90); }
div.DivClassName
{
background-color: #FE585A;
}
.BgClassName
{
background-color: #FE585A;
}
</style>
border-color css
<style>
span { border-color: #FE585A; }
span { border-color: rgb(254,88,90); }
td.TdClassName
{
border-color: #FE585A;
}
.TagClassName
{
border-color: #FE585A;
}
</style>