Shades of Wild Watermelon #FE4E64
Tints of Wild Watermelon #FE4E64
RGB
CMYK
RGB Variations
Color information
#FE4E64 (or 0xFE4E64) is known color: Wild Watermelon. HEX triplet: FE, 4E and 64. RGB value is (254,78,100). Sum of RGB (Red+Green+Blue) = 254+78+100=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4E64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4E64 is #01B19B. Grayscale: #858585. Windows color (decimal): -111004 or 6573822. OLE color: 6573822.
HSL color Cylindrical-coordinate representation of color #FE4E64: hue angle of 352.5º 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 #FE4E64 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 100 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.00 |
| HSL | 352.5º | 0.99% | 0.65% | - |
| HSV(B) | 352.5º | 0.69% | 1% | - |
| XYZ | 45.9 | 27.44 | 14.93 | - |
| YUV | 133.13 | 109.31 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 100 | 0 | 0.69 | 0.61 | 0.00 | 352.5 | 0.99 | 0.65 |
| Hex | FE | 4E | 64 | 0 | 45 | 3D | 0 | 160 | 63 | 41 |
| Octal | 376 | 116 | 144 | 0 | 105 | 75 | 0 | 540 | 143 | 101 |
| Binary | 11111110 | 1001110 | 1100100 | 0 | 1000101 | 111101 | 0 | 101100000 | 1100011 | 1000001 |
Color Harmonies of #FE4E64
Complementary color
Monochromatic Colors of #FE4E64
Black with #FE4E64
Text Example
Text Example
White with #FE4E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4E64; }
p { color: rgb(254,78,100); }
H1.HeaderClassName
{
color: #FE4E64;
}
.AnyTagClassName
{
color: #FE4E64;
}
</style>
background-color css
<style>
a { background-color: #FE4E64; }
a { background-color: rgb(254,78,100); }
div.DivClassName
{
background-color: #FE4E64;
}
.BgClassName
{
background-color: #FE4E64;
}
</style>
border-color css
<style>
span { border-color: #FE4E64; }
span { border-color: rgb(254,78,100); }
td.TdClassName
{
border-color: #FE4E64;
}
.TagClassName
{
border-color: #FE4E64;
}
</style>