Shades of Wild Watermelon #FE545A
Tints of Wild Watermelon #FE545A
RGB
CMYK
RGB Variations
Color information
#FE545A (or 0xFE545A) is known color: Wild Watermelon. HEX triplet: FE, 54 and 5A. RGB value is (254,84,90). Sum of RGB (Red+Green+Blue) = 254+84+90=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE545A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE545A is #01ABA5. Grayscale: #878787. Windows color (decimal): -109478 or 5919998. OLE color: 5919998.
HSL color Cylindrical-coordinate representation of color #FE545A: hue angle of 357.88º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE545A is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 90 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.00 |
| HSL | 357.88º | 0.99% | 0.66% | - |
| HSV(B) | 357.88º | 0.67% | 1% | - |
| XYZ | 45.89 | 28.15 | 12.69 | - |
| YUV | 135.51 | 102.32 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 90 | 0 | 0.67 | 0.65 | 0.00 | 357.88 | 0.99 | 0.66 |
| Hex | FE | 54 | 5A | 0 | 43 | 41 | 0 | 166 | 63 | 42 |
| Octal | 376 | 124 | 132 | 0 | 103 | 101 | 0 | 546 | 143 | 102 |
| Binary | 11111110 | 1010100 | 1011010 | 0 | 1000011 | 1000001 | 0 | 101100110 | 1100011 | 1000010 |
Color Harmonies of #FE545A
Complementary color
Monochromatic Colors of #FE545A
Black with #FE545A
Text Example
Text Example
White with #FE545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE545A; }
p { color: rgb(254,84,90); }
H1.HeaderClassName
{
color: #FE545A;
}
.AnyTagClassName
{
color: #FE545A;
}
</style>
background-color css
<style>
a { background-color: #FE545A; }
a { background-color: rgb(254,84,90); }
div.DivClassName
{
background-color: #FE545A;
}
.BgClassName
{
background-color: #FE545A;
}
</style>
border-color css
<style>
span { border-color: #FE545A; }
span { border-color: rgb(254,84,90); }
td.TdClassName
{
border-color: #FE545A;
}
.TagClassName
{
border-color: #FE545A;
}
</style>