Shades of Wild Watermelon #FE516B
Tints of Wild Watermelon #FE516B
RGB
CMYK
RGB Variations
Color information
#FE516B (or 0xFE516B) is known color: Wild Watermelon. HEX triplet: FE, 51 and 6B. RGB value is (254,81,107). Sum of RGB (Red+Green+Blue) = 254+81+107=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE516B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE516B is #01AE94. Grayscale: #878787. Windows color (decimal): -110229 or 7033342. OLE color: 7033342.
HSL color Cylindrical-coordinate representation of color #FE516B: hue angle of 350.98º 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 #FE516B is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 107 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.00 |
| HSL | 350.98º | 0.99% | 0.66% | - |
| HSV(B) | 350.98º | 0.68% | 1% | - |
| XYZ | 46.47 | 28.02 | 16.87 | - |
| YUV | 135.69 | 111.81 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 107 | 0 | 0.68 | 0.58 | 0.00 | 350.98 | 0.99 | 0.66 |
| Hex | FE | 51 | 6B | 0 | 44 | 3A | 0 | 15F | 63 | 42 |
| Octal | 376 | 121 | 153 | 0 | 104 | 72 | 0 | 537 | 143 | 102 |
| Binary | 11111110 | 1010001 | 1101011 | 0 | 1000100 | 111010 | 0 | 101011111 | 1100011 | 1000010 |
Color Harmonies of #FE516B
Complementary color
Monochromatic Colors of #FE516B
Black with #FE516B
Text Example
Text Example
White with #FE516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE516B; }
p { color: rgb(254,81,107); }
H1.HeaderClassName
{
color: #FE516B;
}
.AnyTagClassName
{
color: #FE516B;
}
</style>
background-color css
<style>
a { background-color: #FE516B; }
a { background-color: rgb(254,81,107); }
div.DivClassName
{
background-color: #FE516B;
}
.BgClassName
{
background-color: #FE516B;
}
</style>
border-color css
<style>
span { border-color: #FE516B; }
span { border-color: rgb(254,81,107); }
td.TdClassName
{
border-color: #FE516B;
}
.TagClassName
{
border-color: #FE516B;
}
</style>