Shades of Wild Watermelon #FE525D
Tints of Wild Watermelon #FE525D
RGB
CMYK
RGB Variations
Color information
#FE525D (or 0xFE525D) is known color: Wild Watermelon. HEX triplet: FE, 52 and 5D. RGB value is (254,82,93). Sum of RGB (Red+Green+Blue) = 254+82+93=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE525D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE525D is #01ADA2. Grayscale: #868686. Windows color (decimal): -109987 or 6116094. OLE color: 6116094.
HSL color Cylindrical-coordinate representation of color #FE525D: hue angle of 356.16º 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 #FE525D is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 93 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.00 |
| HSL | 356.16º | 0.99% | 0.66% | - |
| HSV(B) | 356.16º | 0.68% | 1% | - |
| XYZ | 45.87 | 27.9 | 13.32 | - |
| YUV | 134.68 | 104.48 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 93 | 0 | 0.68 | 0.63 | 0.00 | 356.16 | 0.99 | 0.66 |
| Hex | FE | 52 | 5D | 0 | 44 | 3F | 0 | 164 | 63 | 42 |
| Octal | 376 | 122 | 135 | 0 | 104 | 77 | 0 | 544 | 143 | 102 |
| Binary | 11111110 | 1010010 | 1011101 | 0 | 1000100 | 111111 | 0 | 101100100 | 1100011 | 1000010 |
Color Harmonies of #FE525D
Complementary color
Monochromatic Colors of #FE525D
Black with #FE525D
Text Example
Text Example
White with #FE525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE525D; }
p { color: rgb(254,82,93); }
H1.HeaderClassName
{
color: #FE525D;
}
.AnyTagClassName
{
color: #FE525D;
}
</style>
background-color css
<style>
a { background-color: #FE525D; }
a { background-color: rgb(254,82,93); }
div.DivClassName
{
background-color: #FE525D;
}
.BgClassName
{
background-color: #FE525D;
}
</style>
border-color css
<style>
span { border-color: #FE525D; }
span { border-color: rgb(254,82,93); }
td.TdClassName
{
border-color: #FE525D;
}
.TagClassName
{
border-color: #FE525D;
}
</style>