Shades of Wild Watermelon #FE575C
Tints of Wild Watermelon #FE575C
RGB
CMYK
RGB Variations
Color information
#FE575C (or 0xFE575C) is known color: Wild Watermelon. HEX triplet: FE, 57 and 5C. RGB value is (254,87,92). Sum of RGB (Red+Green+Blue) = 254+87+92=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE575C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE575C is #01A8A3. Grayscale: #898989. Windows color (decimal): -108708 or 6051838. OLE color: 6051838.
HSL color Cylindrical-coordinate representation of color #FE575C: hue angle of 358.2º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE575C is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 92 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.00 |
| HSL | 358.2º | 0.99% | 0.67% | - |
| HSV(B) | 358.2º | 0.66% | 1% | - |
| XYZ | 46.21 | 28.66 | 13.22 | - |
| YUV | 137.5 | 102.33 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 92 | 0 | 0.66 | 0.64 | 0.00 | 358.2 | 0.99 | 0.67 |
| Hex | FE | 57 | 5C | 0 | 42 | 40 | 0 | 166 | 63 | 43 |
| Octal | 376 | 127 | 134 | 0 | 102 | 100 | 0 | 546 | 143 | 103 |
| Binary | 11111110 | 1010111 | 1011100 | 0 | 1000010 | 1000000 | 0 | 101100110 | 1100011 | 1000011 |
Color Harmonies of #FE575C
Complementary color
Monochromatic Colors of #FE575C
Black with #FE575C
Text Example
Text Example
White with #FE575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE575C; }
p { color: rgb(254,87,92); }
H1.HeaderClassName
{
color: #FE575C;
}
.AnyTagClassName
{
color: #FE575C;
}
</style>
background-color css
<style>
a { background-color: #FE575C; }
a { background-color: rgb(254,87,92); }
div.DivClassName
{
background-color: #FE575C;
}
.BgClassName
{
background-color: #FE575C;
}
</style>
border-color css
<style>
span { border-color: #FE575C; }
span { border-color: rgb(254,87,92); }
td.TdClassName
{
border-color: #FE575C;
}
.TagClassName
{
border-color: #FE575C;
}
</style>