Shades of Wild Watermelon #FE5D73
Tints of Wild Watermelon #FE5D73
RGB
CMYK
RGB Variations
Color information
#FE5D73 (or 0xFE5D73) is known color: Wild Watermelon. HEX triplet: FE, 5D and 73. RGB value is (254,93,115). Sum of RGB (Red+Green+Blue) = 254+93+115=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5D73 is #01A28C. Grayscale: #8F8F8F. Windows color (decimal): -107149 or 7560702. OLE color: 7560702.
HSL color Cylindrical-coordinate representation of color #FE5D73: hue angle of 351.8º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5D73 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 115 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.00 |
| HSL | 351.8º | 0.99% | 0.68% | - |
| HSV(B) | 351.8º | 0.63% | 1% | - |
| XYZ | 47.88 | 30.14 | 19.51 | - |
| YUV | 143.65 | 111.84 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 115 | 0 | 0.63 | 0.55 | 0.00 | 351.8 | 0.99 | 0.68 |
| Hex | FE | 5D | 73 | 0 | 3F | 37 | 0 | 160 | 63 | 44 |
| Octal | 376 | 135 | 163 | 0 | 77 | 67 | 0 | 540 | 143 | 104 |
| Binary | 11111110 | 1011101 | 1110011 | 0 | 111111 | 110111 | 0 | 101100000 | 1100011 | 1000100 |
Color Harmonies of #FE5D73
Complementary color
Monochromatic Colors of #FE5D73
Black with #FE5D73
Text Example
Text Example
White with #FE5D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5D73; }
p { color: rgb(254,93,115); }
H1.HeaderClassName
{
color: #FE5D73;
}
.AnyTagClassName
{
color: #FE5D73;
}
</style>
background-color css
<style>
a { background-color: #FE5D73; }
a { background-color: rgb(254,93,115); }
div.DivClassName
{
background-color: #FE5D73;
}
.BgClassName
{
background-color: #FE5D73;
}
</style>
border-color css
<style>
span { border-color: #FE5D73; }
span { border-color: rgb(254,93,115); }
td.TdClassName
{
border-color: #FE5D73;
}
.TagClassName
{
border-color: #FE5D73;
}
</style>