Shades of Wild Watermelon #FE5C65
Tints of Wild Watermelon #FE5C65
RGB
CMYK
RGB Variations
Color information
#FE5C65 (or 0xFE5C65) is known color: Wild Watermelon. HEX triplet: FE, 5C and 65. RGB value is (254,92,101). Sum of RGB (Red+Green+Blue) = 254+92+101=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5C65 is #01A39A. Grayscale: #8D8D8D. Windows color (decimal): -107419 or 6642942. OLE color: 6642942.
HSL color Cylindrical-coordinate representation of color #FE5C65: hue angle of 356.67º 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 #FE5C65 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 101 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.00 |
| HSL | 356.67º | 0.99% | 0.68% | - |
| HSV(B) | 356.67º | 0.64% | 1% | - |
| XYZ | 47.05 | 29.66 | 15.56 | - |
| YUV | 141.46 | 105.17 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 101 | 0 | 0.64 | 0.60 | 0.00 | 356.67 | 0.99 | 0.68 |
| Hex | FE | 5C | 65 | 0 | 40 | 3C | 0 | 165 | 63 | 44 |
| Octal | 376 | 134 | 145 | 0 | 100 | 74 | 0 | 545 | 143 | 104 |
| Binary | 11111110 | 1011100 | 1100101 | 0 | 1000000 | 111100 | 0 | 101100101 | 1100011 | 1000100 |
Color Harmonies of #FE5C65
Complementary color
Monochromatic Colors of #FE5C65
Black with #FE5C65
Text Example
Text Example
White with #FE5C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5C65; }
p { color: rgb(254,92,101); }
H1.HeaderClassName
{
color: #FE5C65;
}
.AnyTagClassName
{
color: #FE5C65;
}
</style>
background-color css
<style>
a { background-color: #FE5C65; }
a { background-color: rgb(254,92,101); }
div.DivClassName
{
background-color: #FE5C65;
}
.BgClassName
{
background-color: #FE5C65;
}
</style>
border-color css
<style>
span { border-color: #FE5C65; }
span { border-color: rgb(254,92,101); }
td.TdClassName
{
border-color: #FE5C65;
}
.TagClassName
{
border-color: #FE5C65;
}
</style>