Shades of Wild Watermelon #FE545B
Tints of Wild Watermelon #FE545B
RGB
CMYK
RGB Variations
Color information
#FE545B (or 0xFE545B) is known color: Wild Watermelon. HEX triplet: FE, 54 and 5B. RGB value is (254,84,91). Sum of RGB (Red+Green+Blue) = 254+84+91=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE545B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE545B is #01ABA4. Grayscale: #878787. Windows color (decimal): -109477 or 5985534. OLE color: 5985534.
HSL color Cylindrical-coordinate representation of color #FE545B: hue angle of 357.53º 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 #FE545B is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 91 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.00 |
| HSL | 357.53º | 0.99% | 0.66% | - |
| HSV(B) | 357.53º | 0.67% | 1% | - |
| XYZ | 45.93 | 28.17 | 12.91 | - |
| YUV | 135.63 | 102.82 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 91 | 0 | 0.67 | 0.64 | 0.00 | 357.53 | 0.99 | 0.66 |
| Hex | FE | 54 | 5B | 0 | 43 | 40 | 0 | 166 | 63 | 42 |
| Octal | 376 | 124 | 133 | 0 | 103 | 100 | 0 | 546 | 143 | 102 |
| Binary | 11111110 | 1010100 | 1011011 | 0 | 1000011 | 1000000 | 0 | 101100110 | 1100011 | 1000010 |
Color Harmonies of #FE545B
Complementary color
Monochromatic Colors of #FE545B
Black with #FE545B
Text Example
Text Example
White with #FE545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE545B; }
p { color: rgb(254,84,91); }
H1.HeaderClassName
{
color: #FE545B;
}
.AnyTagClassName
{
color: #FE545B;
}
</style>
background-color css
<style>
a { background-color: #FE545B; }
a { background-color: rgb(254,84,91); }
div.DivClassName
{
background-color: #FE545B;
}
.BgClassName
{
background-color: #FE545B;
}
</style>
border-color css
<style>
span { border-color: #FE545B; }
span { border-color: rgb(254,84,91); }
td.TdClassName
{
border-color: #FE545B;
}
.TagClassName
{
border-color: #FE545B;
}
</style>