Shades of Wild Watermelon #FE5073
Tints of Wild Watermelon #FE5073
RGB
CMYK
RGB Variations
Color information
#FE5073 (or 0xFE5073) is known color: Wild Watermelon. HEX triplet: FE, 50 and 73. RGB value is (254,80,115). Sum of RGB (Red+Green+Blue) = 254+80+115=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5073 is #01AF8C. Grayscale: #888888. Windows color (decimal): -110477 or 7557374. OLE color: 7557374.
HSL color Cylindrical-coordinate representation of color #FE5073: hue angle of 347.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE5073 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 115 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.00 |
| HSL | 347.93º | 0.99% | 0.65% | - |
| HSV(B) | 347.93º | 0.69% | 1% | - |
| XYZ | 46.84 | 28.05 | 19.16 | - |
| YUV | 136.02 | 116.15 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 115 | 0 | 0.69 | 0.55 | 0.00 | 347.93 | 0.99 | 0.65 |
| Hex | FE | 50 | 73 | 0 | 45 | 37 | 0 | 15C | 63 | 41 |
| Octal | 376 | 120 | 163 | 0 | 105 | 67 | 0 | 534 | 143 | 101 |
| Binary | 11111110 | 1010000 | 1110011 | 0 | 1000101 | 110111 | 0 | 101011100 | 1100011 | 1000001 |
Color Harmonies of #FE5073
Complementary color
Monochromatic Colors of #FE5073
Black with #FE5073
Text Example
Text Example
White with #FE5073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5073; }
p { color: rgb(254,80,115); }
H1.HeaderClassName
{
color: #FE5073;
}
.AnyTagClassName
{
color: #FE5073;
}
</style>
background-color css
<style>
a { background-color: #FE5073; }
a { background-color: rgb(254,80,115); }
div.DivClassName
{
background-color: #FE5073;
}
.BgClassName
{
background-color: #FE5073;
}
</style>
border-color css
<style>
span { border-color: #FE5073; }
span { border-color: rgb(254,80,115); }
td.TdClassName
{
border-color: #FE5073;
}
.TagClassName
{
border-color: #FE5073;
}
</style>