Shades of Wild Watermelon #FE517A
Tints of Wild Watermelon #FE517A
RGB
CMYK
RGB Variations
Color information
#FE517A (or 0xFE517A) is known color: Wild Watermelon. HEX triplet: FE, 51 and 7A. RGB value is (254,81,122). Sum of RGB (Red+Green+Blue) = 254+81+122=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE517A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE517A is #01AE85. Grayscale: #898989. Windows color (decimal): -110214 or 8016382. OLE color: 8016382.
HSL color Cylindrical-coordinate representation of color #FE517A: hue angle of 345.78º 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 #FE517A is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 122 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.00 |
| HSL | 345.78º | 0.99% | 0.66% | - |
| HSV(B) | 345.78º | 0.68% | 1% | - |
| XYZ | 47.33 | 28.36 | 21.39 | - |
| YUV | 137.4 | 119.31 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 122 | 0 | 0.68 | 0.52 | 0.00 | 345.78 | 0.99 | 0.66 |
| Hex | FE | 51 | 7A | 0 | 44 | 34 | 0 | 15A | 63 | 42 |
| Octal | 376 | 121 | 172 | 0 | 104 | 64 | 0 | 532 | 143 | 102 |
| Binary | 11111110 | 1010001 | 1111010 | 0 | 1000100 | 110100 | 0 | 101011010 | 1100011 | 1000010 |
Color Harmonies of #FE517A
Complementary color
Monochromatic Colors of #FE517A
Black with #FE517A
Text Example
Text Example
White with #FE517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE517A; }
p { color: rgb(254,81,122); }
H1.HeaderClassName
{
color: #FE517A;
}
.AnyTagClassName
{
color: #FE517A;
}
</style>
background-color css
<style>
a { background-color: #FE517A; }
a { background-color: rgb(254,81,122); }
div.DivClassName
{
background-color: #FE517A;
}
.BgClassName
{
background-color: #FE517A;
}
</style>
border-color css
<style>
span { border-color: #FE517A; }
span { border-color: rgb(254,81,122); }
td.TdClassName
{
border-color: #FE517A;
}
.TagClassName
{
border-color: #FE517A;
}
</style>