Shades of Wild Watermelon #FE555C
Tints of Wild Watermelon #FE555C
RGB
CMYK
RGB Variations
Color information
#FE555C (or 0xFE555C) is known color: Wild Watermelon. HEX triplet: FE, 55 and 5C. RGB value is (254,85,92). Sum of RGB (Red+Green+Blue) = 254+85+92=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE555C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE555C is #01AAA3. Grayscale: #888888. Windows color (decimal): -109220 or 6051326. OLE color: 6051326.
HSL color Cylindrical-coordinate representation of color #FE555C: hue angle of 357.51º 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 #FE555C is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 92 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.00 |
| HSL | 357.51º | 0.99% | 0.66% | - |
| HSV(B) | 357.51º | 0.67% | 1% | - |
| XYZ | 46.05 | 28.34 | 13.17 | - |
| YUV | 136.33 | 102.99 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 92 | 0 | 0.67 | 0.64 | 0.00 | 357.51 | 0.99 | 0.66 |
| Hex | FE | 55 | 5C | 0 | 43 | 40 | 0 | 166 | 63 | 42 |
| Octal | 376 | 125 | 134 | 0 | 103 | 100 | 0 | 546 | 143 | 102 |
| Binary | 11111110 | 1010101 | 1011100 | 0 | 1000011 | 1000000 | 0 | 101100110 | 1100011 | 1000010 |
Color Harmonies of #FE555C
Complementary color
Monochromatic Colors of #FE555C
Black with #FE555C
Text Example
Text Example
White with #FE555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE555C; }
p { color: rgb(254,85,92); }
H1.HeaderClassName
{
color: #FE555C;
}
.AnyTagClassName
{
color: #FE555C;
}
</style>
background-color css
<style>
a { background-color: #FE555C; }
a { background-color: rgb(254,85,92); }
div.DivClassName
{
background-color: #FE555C;
}
.BgClassName
{
background-color: #FE555C;
}
</style>
border-color css
<style>
span { border-color: #FE555C; }
span { border-color: rgb(254,85,92); }
td.TdClassName
{
border-color: #FE555C;
}
.TagClassName
{
border-color: #FE555C;
}
</style>