Shades of Wild Watermelon #FE5666
Tints of Wild Watermelon #FE5666
RGB
CMYK
RGB Variations
Color information
#FE5666 (or 0xFE5666) is known color: Wild Watermelon. HEX triplet: FE, 56 and 66. RGB value is (254,86,102). Sum of RGB (Red+Green+Blue) = 254+86+102=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5666 is #01A999. Grayscale: #8A8A8A. Windows color (decimal): -108954 or 6706942. OLE color: 6706942.
HSL color Cylindrical-coordinate representation of color #FE5666: hue angle of 354.29º 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 #FE5666 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 102 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.00 |
| HSL | 354.29º | 0.99% | 0.67% | - |
| HSV(B) | 354.29º | 0.66% | 1% | - |
| XYZ | 46.6 | 28.69 | 15.65 | - |
| YUV | 138.06 | 107.66 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 102 | 0 | 0.66 | 0.60 | 0.00 | 354.29 | 0.99 | 0.67 |
| Hex | FE | 56 | 66 | 0 | 42 | 3C | 0 | 162 | 63 | 43 |
| Octal | 376 | 126 | 146 | 0 | 102 | 74 | 0 | 542 | 143 | 103 |
| Binary | 11111110 | 1010110 | 1100110 | 0 | 1000010 | 111100 | 0 | 101100010 | 1100011 | 1000011 |
Color Harmonies of #FE5666
Complementary color
Monochromatic Colors of #FE5666
Black with #FE5666
Text Example
Text Example
White with #FE5666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5666; }
p { color: rgb(254,86,102); }
H1.HeaderClassName
{
color: #FE5666;
}
.AnyTagClassName
{
color: #FE5666;
}
</style>
background-color css
<style>
a { background-color: #FE5666; }
a { background-color: rgb(254,86,102); }
div.DivClassName
{
background-color: #FE5666;
}
.BgClassName
{
background-color: #FE5666;
}
</style>
border-color css
<style>
span { border-color: #FE5666; }
span { border-color: rgb(254,86,102); }
td.TdClassName
{
border-color: #FE5666;
}
.TagClassName
{
border-color: #FE5666;
}
</style>