Shades of Wild Watermelon #FE516F
Tints of Wild Watermelon #FE516F
RGB
CMYK
RGB Variations
Color information
#FE516F (or 0xFE516F) is known color: Wild Watermelon. HEX triplet: FE, 51 and 6F. RGB value is (254,81,111). Sum of RGB (Red+Green+Blue) = 254+81+111=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE516F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE516F is #01AE90. Grayscale: #888888. Windows color (decimal): -110225 or 7295486. OLE color: 7295486.
HSL color Cylindrical-coordinate representation of color #FE516F: hue angle of 349.6º 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 #FE516F is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 111 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.00 |
| HSL | 349.6º | 0.99% | 0.66% | - |
| HSV(B) | 349.6º | 0.68% | 1% | - |
| XYZ | 46.68 | 28.1 | 18 | - |
| YUV | 136.15 | 113.81 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 111 | 0 | 0.68 | 0.56 | 0.00 | 349.6 | 0.99 | 0.66 |
| Hex | FE | 51 | 6F | 0 | 44 | 38 | 0 | 15E | 63 | 42 |
| Octal | 376 | 121 | 157 | 0 | 104 | 70 | 0 | 536 | 143 | 102 |
| Binary | 11111110 | 1010001 | 1101111 | 0 | 1000100 | 111000 | 0 | 101011110 | 1100011 | 1000010 |
Color Harmonies of #FE516F
Complementary color
Monochromatic Colors of #FE516F
Black with #FE516F
Text Example
Text Example
White with #FE516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE516F; }
p { color: rgb(254,81,111); }
H1.HeaderClassName
{
color: #FE516F;
}
.AnyTagClassName
{
color: #FE516F;
}
</style>
background-color css
<style>
a { background-color: #FE516F; }
a { background-color: rgb(254,81,111); }
div.DivClassName
{
background-color: #FE516F;
}
.BgClassName
{
background-color: #FE516F;
}
</style>
border-color css
<style>
span { border-color: #FE516F; }
span { border-color: rgb(254,81,111); }
td.TdClassName
{
border-color: #FE516F;
}
.TagClassName
{
border-color: #FE516F;
}
</style>