Shades of Wild Watermelon #FE575F
Tints of Wild Watermelon #FE575F
RGB
CMYK
RGB Variations
Color information
#FE575F (or 0xFE575F) is known color: Wild Watermelon. HEX triplet: FE, 57 and 5F. RGB value is (254,87,95). Sum of RGB (Red+Green+Blue) = 254+87+95=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE575F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE575F is #01A8A0. Grayscale: #898989. Windows color (decimal): -108705 or 6248446. OLE color: 6248446.
HSL color Cylindrical-coordinate representation of color #FE575F: hue angle of 357.13º 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 #FE575F is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 95 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.00 |
| HSL | 357.13º | 0.99% | 0.67% | - |
| HSV(B) | 357.13º | 0.66% | 1% | - |
| XYZ | 46.35 | 28.71 | 13.93 | - |
| YUV | 137.85 | 103.83 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 95 | 0 | 0.66 | 0.63 | 0.00 | 357.13 | 0.99 | 0.67 |
| Hex | FE | 57 | 5F | 0 | 42 | 3F | 0 | 165 | 63 | 43 |
| Octal | 376 | 127 | 137 | 0 | 102 | 77 | 0 | 545 | 143 | 103 |
| Binary | 11111110 | 1010111 | 1011111 | 0 | 1000010 | 111111 | 0 | 101100101 | 1100011 | 1000011 |
Color Harmonies of #FE575F
Complementary color
Monochromatic Colors of #FE575F
Black with #FE575F
Text Example
Text Example
White with #FE575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE575F; }
p { color: rgb(254,87,95); }
H1.HeaderClassName
{
color: #FE575F;
}
.AnyTagClassName
{
color: #FE575F;
}
</style>
background-color css
<style>
a { background-color: #FE575F; }
a { background-color: rgb(254,87,95); }
div.DivClassName
{
background-color: #FE575F;
}
.BgClassName
{
background-color: #FE575F;
}
</style>
border-color css
<style>
span { border-color: #FE575F; }
span { border-color: rgb(254,87,95); }
td.TdClassName
{
border-color: #FE575F;
}
.TagClassName
{
border-color: #FE575F;
}
</style>