Shades of Wild Watermelon #FE5C66
Tints of Wild Watermelon #FE5C66
RGB
CMYK
RGB Variations
Color information
#FE5C66 (or 0xFE5C66) is known color: Wild Watermelon. HEX triplet: FE, 5C and 66. RGB value is (254,92,102). Sum of RGB (Red+Green+Blue) = 254+92+102=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5C66 is #01A399. Grayscale: #8D8D8D. Windows color (decimal): -107418 or 6708478. OLE color: 6708478.
HSL color Cylindrical-coordinate representation of color #FE5C66: hue angle of 356.3º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5C66 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 102 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.00 |
| HSL | 356.3º | 0.99% | 0.68% | - |
| HSV(B) | 356.3º | 0.64% | 1% | - |
| XYZ | 47.1 | 29.68 | 15.82 | - |
| YUV | 141.58 | 105.67 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 102 | 0 | 0.64 | 0.60 | 0.00 | 356.3 | 0.99 | 0.68 |
| Hex | FE | 5C | 66 | 0 | 40 | 3C | 0 | 164 | 63 | 44 |
| Octal | 376 | 134 | 146 | 0 | 100 | 74 | 0 | 544 | 143 | 104 |
| Binary | 11111110 | 1011100 | 1100110 | 0 | 1000000 | 111100 | 0 | 101100100 | 1100011 | 1000100 |
Color Harmonies of #FE5C66
Complementary color
Monochromatic Colors of #FE5C66
Black with #FE5C66
Text Example
Text Example
White with #FE5C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5C66; }
p { color: rgb(254,92,102); }
H1.HeaderClassName
{
color: #FE5C66;
}
.AnyTagClassName
{
color: #FE5C66;
}
</style>
background-color css
<style>
a { background-color: #FE5C66; }
a { background-color: rgb(254,92,102); }
div.DivClassName
{
background-color: #FE5C66;
}
.BgClassName
{
background-color: #FE5C66;
}
</style>
border-color css
<style>
span { border-color: #FE5C66; }
span { border-color: rgb(254,92,102); }
td.TdClassName
{
border-color: #FE5C66;
}
.TagClassName
{
border-color: #FE5C66;
}
</style>