Shades of Wild Watermelon #FE517D
Tints of Wild Watermelon #FE517D
RGB
CMYK
RGB Variations
Color information
#FE517D (or 0xFE517D) is known color: Wild Watermelon. HEX triplet: FE, 51 and 7D. RGB value is (254,81,125). Sum of RGB (Red+Green+Blue) = 254+81+125=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE517D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE517D is #01AE82. Grayscale: #898989. Windows color (decimal): -110211 or 8212990. OLE color: 8212990.
HSL color Cylindrical-coordinate representation of color #FE517D: hue angle of 344.74º 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 #FE517D is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 125 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.00 |
| HSL | 344.74º | 0.99% | 0.66% | - |
| HSV(B) | 344.74º | 0.68% | 1% | - |
| XYZ | 47.52 | 28.44 | 22.39 | - |
| YUV | 137.74 | 120.81 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 125 | 0 | 0.68 | 0.51 | 0.00 | 344.74 | 0.99 | 0.66 |
| Hex | FE | 51 | 7D | 0 | 44 | 33 | 0 | 159 | 63 | 42 |
| Octal | 376 | 121 | 175 | 0 | 104 | 63 | 0 | 531 | 143 | 102 |
| Binary | 11111110 | 1010001 | 1111101 | 0 | 1000100 | 110011 | 0 | 101011001 | 1100011 | 1000010 |
Color Harmonies of #FE517D
Complementary color
Monochromatic Colors of #FE517D
Black with #FE517D
Text Example
Text Example
White with #FE517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE517D; }
p { color: rgb(254,81,125); }
H1.HeaderClassName
{
color: #FE517D;
}
.AnyTagClassName
{
color: #FE517D;
}
</style>
background-color css
<style>
a { background-color: #FE517D; }
a { background-color: rgb(254,81,125); }
div.DivClassName
{
background-color: #FE517D;
}
.BgClassName
{
background-color: #FE517D;
}
</style>
border-color css
<style>
span { border-color: #FE517D; }
span { border-color: rgb(254,81,125); }
td.TdClassName
{
border-color: #FE517D;
}
.TagClassName
{
border-color: #FE517D;
}
</style>