Shades of Wild Watermelon #FE5060
Tints of Wild Watermelon #FE5060
RGB
CMYK
RGB Variations
Color information
#FE5060 (or 0xFE5060) is known color: Wild Watermelon. HEX triplet: FE, 50 and 60. RGB value is (254,80,96). Sum of RGB (Red+Green+Blue) = 254+80+96=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5060 is #01AF9F. Grayscale: #858585. Windows color (decimal): -110496 or 6312190. OLE color: 6312190.
HSL color Cylindrical-coordinate representation of color #FE5060: hue angle of 354.48º 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 #FE5060 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 96 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.00 |
| HSL | 354.48º | 0.99% | 0.65% | - |
| HSV(B) | 354.48º | 0.69% | 1% | - |
| XYZ | 45.85 | 27.65 | 13.99 | - |
| YUV | 133.85 | 106.65 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 96 | 0 | 0.69 | 0.62 | 0.00 | 354.48 | 0.99 | 0.65 |
| Hex | FE | 50 | 60 | 0 | 45 | 3E | 0 | 162 | 63 | 41 |
| Octal | 376 | 120 | 140 | 0 | 105 | 76 | 0 | 542 | 143 | 101 |
| Binary | 11111110 | 1010000 | 1100000 | 0 | 1000101 | 111110 | 0 | 101100010 | 1100011 | 1000001 |
Color Harmonies of #FE5060
Complementary color
Monochromatic Colors of #FE5060
Black with #FE5060
Text Example
Text Example
White with #FE5060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5060; }
p { color: rgb(254,80,96); }
H1.HeaderClassName
{
color: #FE5060;
}
.AnyTagClassName
{
color: #FE5060;
}
</style>
background-color css
<style>
a { background-color: #FE5060; }
a { background-color: rgb(254,80,96); }
div.DivClassName
{
background-color: #FE5060;
}
.BgClassName
{
background-color: #FE5060;
}
</style>
border-color css
<style>
span { border-color: #FE5060; }
span { border-color: rgb(254,80,96); }
td.TdClassName
{
border-color: #FE5060;
}
.TagClassName
{
border-color: #FE5060;
}
</style>