Shades of Wild Watermelon #FE555D
Tints of Wild Watermelon #FE555D
RGB
CMYK
RGB Variations
Color information
#FE555D (or 0xFE555D) is known color: Wild Watermelon. HEX triplet: FE, 55 and 5D. RGB value is (254,85,93). Sum of RGB (Red+Green+Blue) = 254+85+93=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE555D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE555D is #01AAA2. Grayscale: #888888. Windows color (decimal): -109219 or 6116862. OLE color: 6116862.
HSL color Cylindrical-coordinate representation of color #FE555D: hue angle of 357.16º 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 #FE555D is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 93 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.00 |
| HSL | 357.16º | 0.99% | 0.66% | - |
| HSV(B) | 357.16º | 0.67% | 1% | - |
| XYZ | 46.1 | 28.36 | 13.4 | - |
| YUV | 136.44 | 103.49 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 93 | 0 | 0.67 | 0.63 | 0.00 | 357.16 | 0.99 | 0.66 |
| Hex | FE | 55 | 5D | 0 | 43 | 3F | 0 | 165 | 63 | 42 |
| Octal | 376 | 125 | 135 | 0 | 103 | 77 | 0 | 545 | 143 | 102 |
| Binary | 11111110 | 1010101 | 1011101 | 0 | 1000011 | 111111 | 0 | 101100101 | 1100011 | 1000010 |
Color Harmonies of #FE555D
Complementary color
Monochromatic Colors of #FE555D
Black with #FE555D
Text Example
Text Example
White with #FE555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE555D; }
p { color: rgb(254,85,93); }
H1.HeaderClassName
{
color: #FE555D;
}
.AnyTagClassName
{
color: #FE555D;
}
</style>
background-color css
<style>
a { background-color: #FE555D; }
a { background-color: rgb(254,85,93); }
div.DivClassName
{
background-color: #FE555D;
}
.BgClassName
{
background-color: #FE555D;
}
</style>
border-color css
<style>
span { border-color: #FE555D; }
span { border-color: rgb(254,85,93); }
td.TdClassName
{
border-color: #FE555D;
}
.TagClassName
{
border-color: #FE555D;
}
</style>