Shades of Wild Watermelon #FE526A
Tints of Wild Watermelon #FE526A
RGB
CMYK
RGB Variations
Color information
#FE526A (or 0xFE526A) is known color: Wild Watermelon. HEX triplet: FE, 52 and 6A. RGB value is (254,82,106). Sum of RGB (Red+Green+Blue) = 254+82+106=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE526A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE526A is #01AD95. Grayscale: #888888. Windows color (decimal): -109974 or 6968062. OLE color: 6968062.
HSL color Cylindrical-coordinate representation of color #FE526A: hue angle of 351.63º 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 #FE526A is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 106 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.00 |
| HSL | 351.63º | 0.99% | 0.66% | - |
| HSV(B) | 351.63º | 0.68% | 1% | - |
| XYZ | 46.49 | 28.15 | 16.62 | - |
| YUV | 136.16 | 110.98 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 106 | 0 | 0.68 | 0.58 | 0.00 | 351.63 | 0.99 | 0.66 |
| Hex | FE | 52 | 6A | 0 | 44 | 3A | 0 | 160 | 63 | 42 |
| Octal | 376 | 122 | 152 | 0 | 104 | 72 | 0 | 540 | 143 | 102 |
| Binary | 11111110 | 1010010 | 1101010 | 0 | 1000100 | 111010 | 0 | 101100000 | 1100011 | 1000010 |
Color Harmonies of #FE526A
Complementary color
Monochromatic Colors of #FE526A
Black with #FE526A
Text Example
Text Example
White with #FE526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE526A; }
p { color: rgb(254,82,106); }
H1.HeaderClassName
{
color: #FE526A;
}
.AnyTagClassName
{
color: #FE526A;
}
</style>
background-color css
<style>
a { background-color: #FE526A; }
a { background-color: rgb(254,82,106); }
div.DivClassName
{
background-color: #FE526A;
}
.BgClassName
{
background-color: #FE526A;
}
</style>
border-color css
<style>
span { border-color: #FE526A; }
span { border-color: rgb(254,82,106); }
td.TdClassName
{
border-color: #FE526A;
}
.TagClassName
{
border-color: #FE526A;
}
</style>