Shades of Wild Watermelon #FE4E65
Tints of Wild Watermelon #FE4E65
RGB
CMYK
RGB Variations
Color information
#FE4E65 (or 0xFE4E65) is known color: Wild Watermelon. HEX triplet: FE, 4E and 65. RGB value is (254,78,101). Sum of RGB (Red+Green+Blue) = 254+78+101=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4E65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4E65 is #01B19A. Grayscale: #858585. Windows color (decimal): -111003 or 6639358. OLE color: 6639358.
HSL color Cylindrical-coordinate representation of color #FE4E65: hue angle of 352.16º 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 #FE4E65 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 101 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.00 |
| HSL | 352.16º | 0.99% | 0.65% | - |
| HSV(B) | 352.16º | 0.69% | 1% | - |
| XYZ | 45.95 | 27.46 | 15.19 | - |
| YUV | 133.25 | 109.81 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 101 | 0 | 0.69 | 0.60 | 0.00 | 352.16 | 0.99 | 0.65 |
| Hex | FE | 4E | 65 | 0 | 45 | 3C | 0 | 160 | 63 | 41 |
| Octal | 376 | 116 | 145 | 0 | 105 | 74 | 0 | 540 | 143 | 101 |
| Binary | 11111110 | 1001110 | 1100101 | 0 | 1000101 | 111100 | 0 | 101100000 | 1100011 | 1000001 |
Color Harmonies of #FE4E65
Complementary color
Monochromatic Colors of #FE4E65
Black with #FE4E65
Text Example
Text Example
White with #FE4E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4E65; }
p { color: rgb(254,78,101); }
H1.HeaderClassName
{
color: #FE4E65;
}
.AnyTagClassName
{
color: #FE4E65;
}
</style>
background-color css
<style>
a { background-color: #FE4E65; }
a { background-color: rgb(254,78,101); }
div.DivClassName
{
background-color: #FE4E65;
}
.BgClassName
{
background-color: #FE4E65;
}
</style>
border-color css
<style>
span { border-color: #FE4E65; }
span { border-color: rgb(254,78,101); }
td.TdClassName
{
border-color: #FE4E65;
}
.TagClassName
{
border-color: #FE4E65;
}
</style>