Shades of Wild Watermelon #FE5678
Tints of Wild Watermelon #FE5678
RGB
CMYK
RGB Variations
Color information
#FE5678 (or 0xFE5678) is known color: Wild Watermelon. HEX triplet: FE, 56 and 78. RGB value is (254,86,120). Sum of RGB (Red+Green+Blue) = 254+86+120=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5678 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5678 is #01A987. Grayscale: #8C8C8C. Windows color (decimal): -108936 or 7886590. OLE color: 7886590.
HSL color Cylindrical-coordinate representation of color #FE5678: hue angle of 347.86º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE5678 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 120 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.00 |
| HSL | 347.86º | 0.99% | 0.67% | - |
| HSV(B) | 347.86º | 0.66% | 1% | - |
| XYZ | 47.59 | 29.08 | 20.87 | - |
| YUV | 140.11 | 116.66 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 120 | 0 | 0.66 | 0.53 | 0.00 | 347.86 | 0.99 | 0.67 |
| Hex | FE | 56 | 78 | 0 | 42 | 35 | 0 | 15C | 63 | 43 |
| Octal | 376 | 126 | 170 | 0 | 102 | 65 | 0 | 534 | 143 | 103 |
| Binary | 11111110 | 1010110 | 1111000 | 0 | 1000010 | 110101 | 0 | 101011100 | 1100011 | 1000011 |
Color Harmonies of #FE5678
Complementary color
Monochromatic Colors of #FE5678
Black with #FE5678
Text Example
Text Example
White with #FE5678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5678; }
p { color: rgb(254,86,120); }
H1.HeaderClassName
{
color: #FE5678;
}
.AnyTagClassName
{
color: #FE5678;
}
</style>
background-color css
<style>
a { background-color: #FE5678; }
a { background-color: rgb(254,86,120); }
div.DivClassName
{
background-color: #FE5678;
}
.BgClassName
{
background-color: #FE5678;
}
</style>
border-color css
<style>
span { border-color: #FE5678; }
span { border-color: rgb(254,86,120); }
td.TdClassName
{
border-color: #FE5678;
}
.TagClassName
{
border-color: #FE5678;
}
</style>