Shades of Wild Watermelon #FE525F
Tints of Wild Watermelon #FE525F
RGB
CMYK
RGB Variations
Color information
#FE525F (or 0xFE525F) is known color: Wild Watermelon. HEX triplet: FE, 52 and 5F. RGB value is (254,82,95). Sum of RGB (Red+Green+Blue) = 254+82+95=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE525F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE525F is #01ADA0. Grayscale: #878787. Windows color (decimal): -109985 or 6247166. OLE color: 6247166.
HSL color Cylindrical-coordinate representation of color #FE525F: hue angle of 355.47º 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 #FE525F is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 95 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.00 |
| HSL | 355.47º | 0.99% | 0.66% | - |
| HSV(B) | 355.47º | 0.68% | 1% | - |
| XYZ | 45.96 | 27.93 | 13.8 | - |
| YUV | 134.91 | 105.48 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 95 | 0 | 0.68 | 0.63 | 0.00 | 355.47 | 0.99 | 0.66 |
| Hex | FE | 52 | 5F | 0 | 44 | 3F | 0 | 163 | 63 | 42 |
| Octal | 376 | 122 | 137 | 0 | 104 | 77 | 0 | 543 | 143 | 102 |
| Binary | 11111110 | 1010010 | 1011111 | 0 | 1000100 | 111111 | 0 | 101100011 | 1100011 | 1000010 |
Color Harmonies of #FE525F
Complementary color
Monochromatic Colors of #FE525F
Black with #FE525F
Text Example
Text Example
White with #FE525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE525F; }
p { color: rgb(254,82,95); }
H1.HeaderClassName
{
color: #FE525F;
}
.AnyTagClassName
{
color: #FE525F;
}
</style>
background-color css
<style>
a { background-color: #FE525F; }
a { background-color: rgb(254,82,95); }
div.DivClassName
{
background-color: #FE525F;
}
.BgClassName
{
background-color: #FE525F;
}
</style>
border-color css
<style>
span { border-color: #FE525F; }
span { border-color: rgb(254,82,95); }
td.TdClassName
{
border-color: #FE525F;
}
.TagClassName
{
border-color: #FE525F;
}
</style>