Shades of Wild Watermelon #FE5373
Tints of Wild Watermelon #FE5373
RGB
CMYK
RGB Variations
Color information
#FE5373 (or 0xFE5373) is known color: Wild Watermelon. HEX triplet: FE, 53 and 73. RGB value is (254,83,115). Sum of RGB (Red+Green+Blue) = 254+83+115=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5373 is #01AC8C. Grayscale: #898989. Windows color (decimal): -109709 or 7558142. OLE color: 7558142.
HSL color Cylindrical-coordinate representation of color #FE5373: hue angle of 348.77º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE5373 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 115 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.00 |
| HSL | 348.77º | 0.99% | 0.66% | - |
| HSV(B) | 348.77º | 0.67% | 1% | - |
| XYZ | 47.06 | 28.5 | 19.24 | - |
| YUV | 137.78 | 115.15 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 115 | 0 | 0.67 | 0.55 | 0.00 | 348.77 | 0.99 | 0.66 |
| Hex | FE | 53 | 73 | 0 | 43 | 37 | 0 | 15D | 63 | 42 |
| Octal | 376 | 123 | 163 | 0 | 103 | 67 | 0 | 535 | 143 | 102 |
| Binary | 11111110 | 1010011 | 1110011 | 0 | 1000011 | 110111 | 0 | 101011101 | 1100011 | 1000010 |
Color Harmonies of #FE5373
Complementary color
Monochromatic Colors of #FE5373
Black with #FE5373
Text Example
Text Example
White with #FE5373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5373; }
p { color: rgb(254,83,115); }
H1.HeaderClassName
{
color: #FE5373;
}
.AnyTagClassName
{
color: #FE5373;
}
</style>
background-color css
<style>
a { background-color: #FE5373; }
a { background-color: rgb(254,83,115); }
div.DivClassName
{
background-color: #FE5373;
}
.BgClassName
{
background-color: #FE5373;
}
</style>
border-color css
<style>
span { border-color: #FE5373; }
span { border-color: rgb(254,83,115); }
td.TdClassName
{
border-color: #FE5373;
}
.TagClassName
{
border-color: #FE5373;
}
</style>