Shades of Wild Watermelon #FE516D
Tints of Wild Watermelon #FE516D
RGB
CMYK
RGB Variations
Color information
#FE516D (or 0xFE516D) is known color: Wild Watermelon. HEX triplet: FE, 51 and 6D. RGB value is (254,81,109). Sum of RGB (Red+Green+Blue) = 254+81+109=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE516D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE516D is #01AE92. Grayscale: #878787. Windows color (decimal): -110227 or 7164414. OLE color: 7164414.
HSL color Cylindrical-coordinate representation of color #FE516D: hue angle of 350.29º 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 #FE516D is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 109 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.00 |
| HSL | 350.29º | 0.99% | 0.66% | - |
| HSV(B) | 350.29º | 0.68% | 1% | - |
| XYZ | 46.58 | 28.06 | 17.43 | - |
| YUV | 135.92 | 112.81 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 109 | 0 | 0.68 | 0.57 | 0.00 | 350.29 | 0.99 | 0.66 |
| Hex | FE | 51 | 6D | 0 | 44 | 39 | 0 | 15E | 63 | 42 |
| Octal | 376 | 121 | 155 | 0 | 104 | 71 | 0 | 536 | 143 | 102 |
| Binary | 11111110 | 1010001 | 1101101 | 0 | 1000100 | 111001 | 0 | 101011110 | 1100011 | 1000010 |
Color Harmonies of #FE516D
Complementary color
Monochromatic Colors of #FE516D
Black with #FE516D
Text Example
Text Example
White with #FE516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE516D; }
p { color: rgb(254,81,109); }
H1.HeaderClassName
{
color: #FE516D;
}
.AnyTagClassName
{
color: #FE516D;
}
</style>
background-color css
<style>
a { background-color: #FE516D; }
a { background-color: rgb(254,81,109); }
div.DivClassName
{
background-color: #FE516D;
}
.BgClassName
{
background-color: #FE516D;
}
</style>
border-color css
<style>
span { border-color: #FE516D; }
span { border-color: rgb(254,81,109); }
td.TdClassName
{
border-color: #FE516D;
}
.TagClassName
{
border-color: #FE516D;
}
</style>