Shades of Wild Watermelon #FE5573
Tints of Wild Watermelon #FE5573
RGB
CMYK
RGB Variations
Color information
#FE5573 (or 0xFE5573) is known color: Wild Watermelon. HEX triplet: FE, 55 and 73. RGB value is (254,85,115). Sum of RGB (Red+Green+Blue) = 254+85+115=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5573 is #01AA8C. Grayscale: #8B8B8B. Windows color (decimal): -109197 or 7558654. OLE color: 7558654.
HSL color Cylindrical-coordinate representation of color #FE5573: hue angle of 349.35º 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 #FE5573 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 115 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.00 |
| HSL | 349.35º | 0.99% | 0.66% | - |
| HSV(B) | 349.35º | 0.67% | 1% | - |
| XYZ | 47.22 | 28.81 | 19.29 | - |
| YUV | 138.95 | 114.49 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 115 | 0 | 0.67 | 0.55 | 0.00 | 349.35 | 0.99 | 0.66 |
| Hex | FE | 55 | 73 | 0 | 43 | 37 | 0 | 15D | 63 | 42 |
| Octal | 376 | 125 | 163 | 0 | 103 | 67 | 0 | 535 | 143 | 102 |
| Binary | 11111110 | 1010101 | 1110011 | 0 | 1000011 | 110111 | 0 | 101011101 | 1100011 | 1000010 |
Color Harmonies of #FE5573
Complementary color
Monochromatic Colors of #FE5573
Black with #FE5573
Text Example
Text Example
White with #FE5573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5573; }
p { color: rgb(254,85,115); }
H1.HeaderClassName
{
color: #FE5573;
}
.AnyTagClassName
{
color: #FE5573;
}
</style>
background-color css
<style>
a { background-color: #FE5573; }
a { background-color: rgb(254,85,115); }
div.DivClassName
{
background-color: #FE5573;
}
.BgClassName
{
background-color: #FE5573;
}
</style>
border-color css
<style>
span { border-color: #FE5573; }
span { border-color: rgb(254,85,115); }
td.TdClassName
{
border-color: #FE5573;
}
.TagClassName
{
border-color: #FE5573;
}
</style>