Shades of Wild Watermelon #FE526E
Tints of Wild Watermelon #FE526E
RGB
CMYK
RGB Variations
Color information
#FE526E (or 0xFE526E) is known color: Wild Watermelon. HEX triplet: FE, 52 and 6E. RGB value is (254,82,110). Sum of RGB (Red+Green+Blue) = 254+82+110=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE526E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE526E is #01AD91. Grayscale: #888888. Windows color (decimal): -109970 or 7230206. OLE color: 7230206.
HSL color Cylindrical-coordinate representation of color #FE526E: hue angle of 350.23º 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 #FE526E is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 110 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.00 |
| HSL | 350.23º | 0.99% | 0.66% | - |
| HSV(B) | 350.23º | 0.68% | 1% | - |
| XYZ | 46.7 | 28.23 | 17.74 | - |
| YUV | 136.62 | 112.98 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 110 | 0 | 0.68 | 0.57 | 0.00 | 350.23 | 0.99 | 0.66 |
| Hex | FE | 52 | 6E | 0 | 44 | 39 | 0 | 15E | 63 | 42 |
| Octal | 376 | 122 | 156 | 0 | 104 | 71 | 0 | 536 | 143 | 102 |
| Binary | 11111110 | 1010010 | 1101110 | 0 | 1000100 | 111001 | 0 | 101011110 | 1100011 | 1000010 |
Color Harmonies of #FE526E
Complementary color
Monochromatic Colors of #FE526E
Black with #FE526E
Text Example
Text Example
White with #FE526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE526E; }
p { color: rgb(254,82,110); }
H1.HeaderClassName
{
color: #FE526E;
}
.AnyTagClassName
{
color: #FE526E;
}
</style>
background-color css
<style>
a { background-color: #FE526E; }
a { background-color: rgb(254,82,110); }
div.DivClassName
{
background-color: #FE526E;
}
.BgClassName
{
background-color: #FE526E;
}
</style>
border-color css
<style>
span { border-color: #FE526E; }
span { border-color: rgb(254,82,110); }
td.TdClassName
{
border-color: #FE526E;
}
.TagClassName
{
border-color: #FE526E;
}
</style>