Shades of Wild Watermelon #FE516C
Tints of Wild Watermelon #FE516C
RGB
CMYK
RGB Variations
Color information
#FE516C (or 0xFE516C) is known color: Wild Watermelon. HEX triplet: FE, 51 and 6C. RGB value is (254,81,108). Sum of RGB (Red+Green+Blue) = 254+81+108=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE516C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE516C is #01AE93. Grayscale: #878787. Windows color (decimal): -110228 or 7098878. OLE color: 7098878.
HSL color Cylindrical-coordinate representation of color #FE516C: hue angle of 350.64º 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 #FE516C is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 108 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.00 |
| HSL | 350.64º | 0.99% | 0.66% | - |
| HSV(B) | 350.64º | 0.68% | 1% | - |
| XYZ | 46.52 | 28.04 | 17.15 | - |
| YUV | 135.81 | 112.31 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 108 | 0 | 0.68 | 0.57 | 0.00 | 350.64 | 0.99 | 0.66 |
| Hex | FE | 51 | 6C | 0 | 44 | 39 | 0 | 15F | 63 | 42 |
| Octal | 376 | 121 | 154 | 0 | 104 | 71 | 0 | 537 | 143 | 102 |
| Binary | 11111110 | 1010001 | 1101100 | 0 | 1000100 | 111001 | 0 | 101011111 | 1100011 | 1000010 |
Color Harmonies of #FE516C
Complementary color
Monochromatic Colors of #FE516C
Black with #FE516C
Text Example
Text Example
White with #FE516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE516C; }
p { color: rgb(254,81,108); }
H1.HeaderClassName
{
color: #FE516C;
}
.AnyTagClassName
{
color: #FE516C;
}
</style>
background-color css
<style>
a { background-color: #FE516C; }
a { background-color: rgb(254,81,108); }
div.DivClassName
{
background-color: #FE516C;
}
.BgClassName
{
background-color: #FE516C;
}
</style>
border-color css
<style>
span { border-color: #FE516C; }
span { border-color: rgb(254,81,108); }
td.TdClassName
{
border-color: #FE516C;
}
.TagClassName
{
border-color: #FE516C;
}
</style>