Shades of Wild Watermelon #FE515E
Tints of Wild Watermelon #FE515E
RGB
CMYK
RGB Variations
Color information
#FE515E (or 0xFE515E) is known color: Wild Watermelon. HEX triplet: FE, 51 and 5E. RGB value is (254,81,94). Sum of RGB (Red+Green+Blue) = 254+81+94=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE515E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE515E is #01AEA1. Grayscale: #868686. Windows color (decimal): -110242 or 6181374. OLE color: 6181374.
HSL color Cylindrical-coordinate representation of color #FE515E: hue angle of 355.49º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE515E is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 94 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.00 |
| HSL | 355.49º | 0.99% | 0.66% | - |
| HSV(B) | 355.49º | 0.68% | 1% | - |
| XYZ | 45.84 | 27.76 | 13.53 | - |
| YUV | 134.21 | 105.31 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 94 | 0 | 0.68 | 0.63 | 0.00 | 355.49 | 0.99 | 0.66 |
| Hex | FE | 51 | 5E | 0 | 44 | 3F | 0 | 163 | 63 | 42 |
| Octal | 376 | 121 | 136 | 0 | 104 | 77 | 0 | 543 | 143 | 102 |
| Binary | 11111110 | 1010001 | 1011110 | 0 | 1000100 | 111111 | 0 | 101100011 | 1100011 | 1000010 |
Color Harmonies of #FE515E
Complementary color
Monochromatic Colors of #FE515E
Black with #FE515E
Text Example
Text Example
White with #FE515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE515E; }
p { color: rgb(254,81,94); }
H1.HeaderClassName
{
color: #FE515E;
}
.AnyTagClassName
{
color: #FE515E;
}
</style>
background-color css
<style>
a { background-color: #FE515E; }
a { background-color: rgb(254,81,94); }
div.DivClassName
{
background-color: #FE515E;
}
.BgClassName
{
background-color: #FE515E;
}
</style>
border-color css
<style>
span { border-color: #FE515E; }
span { border-color: rgb(254,81,94); }
td.TdClassName
{
border-color: #FE515E;
}
.TagClassName
{
border-color: #FE515E;
}
</style>