Shades of Wild Watermelon #FE5078
Tints of Wild Watermelon #FE5078
RGB
CMYK
RGB Variations
Color information
#FE5078 (or 0xFE5078) is known color: Wild Watermelon. HEX triplet: FE, 50 and 78. RGB value is (254,80,120). Sum of RGB (Red+Green+Blue) = 254+80+120=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5078 is #01AF87. Grayscale: #888888. Windows color (decimal): -110472 or 7885054. OLE color: 7885054.
HSL color Cylindrical-coordinate representation of color #FE5078: hue angle of 346.21º 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 #FE5078 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 120 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.00 |
| HSL | 346.21º | 0.99% | 0.65% | - |
| HSV(B) | 346.21º | 0.69% | 1% | - |
| XYZ | 47.13 | 28.16 | 20.72 | - |
| YUV | 136.59 | 118.65 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 120 | 0 | 0.69 | 0.53 | 0.00 | 346.21 | 0.99 | 0.65 |
| Hex | FE | 50 | 78 | 0 | 45 | 35 | 0 | 15A | 63 | 41 |
| Octal | 376 | 120 | 170 | 0 | 105 | 65 | 0 | 532 | 143 | 101 |
| Binary | 11111110 | 1010000 | 1111000 | 0 | 1000101 | 110101 | 0 | 101011010 | 1100011 | 1000001 |
Color Harmonies of #FE5078
Complementary color
Monochromatic Colors of #FE5078
Black with #FE5078
Text Example
Text Example
White with #FE5078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5078; }
p { color: rgb(254,80,120); }
H1.HeaderClassName
{
color: #FE5078;
}
.AnyTagClassName
{
color: #FE5078;
}
</style>
background-color css
<style>
a { background-color: #FE5078; }
a { background-color: rgb(254,80,120); }
div.DivClassName
{
background-color: #FE5078;
}
.BgClassName
{
background-color: #FE5078;
}
</style>
border-color css
<style>
span { border-color: #FE5078; }
span { border-color: rgb(254,80,120); }
td.TdClassName
{
border-color: #FE5078;
}
.TagClassName
{
border-color: #FE5078;
}
</style>