Shades of Wild Watermelon #FE4D68
Tints of Wild Watermelon #FE4D68
RGB
CMYK
RGB Variations
Color information
#FE4D68 (or 0xFE4D68) is known color: Wild Watermelon. HEX triplet: FE, 4D and 68. RGB value is (254,77,104). Sum of RGB (Red+Green+Blue) = 254+77+104=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D68 is #01B297. Grayscale: #858585. Windows color (decimal): -111256 or 6835710. OLE color: 6835710.
HSL color Cylindrical-coordinate representation of color #FE4D68: hue angle of 350.85º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4D68 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 104 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.00 |
| HSL | 350.85º | 0.99% | 0.65% | - |
| HSV(B) | 350.85º | 0.7% | 1% | - |
| XYZ | 46.03 | 27.38 | 15.96 | - |
| YUV | 133 | 111.64 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 104 | 0 | 0.70 | 0.59 | 0.00 | 350.85 | 0.99 | 0.65 |
| Hex | FE | 4D | 68 | 0 | 46 | 3B | 0 | 15F | 63 | 41 |
| Octal | 376 | 115 | 150 | 0 | 106 | 73 | 0 | 537 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1101000 | 0 | 1000110 | 111011 | 0 | 101011111 | 1100011 | 1000001 |
Color Harmonies of #FE4D68
Complementary color
Monochromatic Colors of #FE4D68
Black with #FE4D68
Text Example
Text Example
White with #FE4D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D68; }
p { color: rgb(254,77,104); }
H1.HeaderClassName
{
color: #FE4D68;
}
.AnyTagClassName
{
color: #FE4D68;
}
</style>
background-color css
<style>
a { background-color: #FE4D68; }
a { background-color: rgb(254,77,104); }
div.DivClassName
{
background-color: #FE4D68;
}
.BgClassName
{
background-color: #FE4D68;
}
</style>
border-color css
<style>
span { border-color: #FE4D68; }
span { border-color: rgb(254,77,104); }
td.TdClassName
{
border-color: #FE4D68;
}
.TagClassName
{
border-color: #FE4D68;
}
</style>