Shades of Wild Watermelon #FE4E75
Tints of Wild Watermelon #FE4E75
RGB
CMYK
RGB Variations
Color information
#FE4E75 (or 0xFE4E75) is known color: Wild Watermelon. HEX triplet: FE, 4E and 75. RGB value is (254,78,117). Sum of RGB (Red+Green+Blue) = 254+78+117=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4E75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4E75 is #01B18A. Grayscale: #878787. Windows color (decimal): -110987 or 7687934. OLE color: 7687934.
HSL color Cylindrical-coordinate representation of color #FE4E75: hue angle of 346.7º 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 #FE4E75 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 117 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.00 |
| HSL | 346.7º | 0.99% | 0.65% | - |
| HSV(B) | 346.7º | 0.69% | 1% | - |
| XYZ | 46.81 | 27.8 | 19.73 | - |
| YUV | 135.07 | 117.81 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 117 | 0 | 0.69 | 0.54 | 0.00 | 346.7 | 0.99 | 0.65 |
| Hex | FE | 4E | 75 | 0 | 45 | 36 | 0 | 15B | 63 | 41 |
| Octal | 376 | 116 | 165 | 0 | 105 | 66 | 0 | 533 | 143 | 101 |
| Binary | 11111110 | 1001110 | 1110101 | 0 | 1000101 | 110110 | 0 | 101011011 | 1100011 | 1000001 |
Color Harmonies of #FE4E75
Complementary color
Monochromatic Colors of #FE4E75
Black with #FE4E75
Text Example
Text Example
White with #FE4E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4E75; }
p { color: rgb(254,78,117); }
H1.HeaderClassName
{
color: #FE4E75;
}
.AnyTagClassName
{
color: #FE4E75;
}
</style>
background-color css
<style>
a { background-color: #FE4E75; }
a { background-color: rgb(254,78,117); }
div.DivClassName
{
background-color: #FE4E75;
}
.BgClassName
{
background-color: #FE4E75;
}
</style>
border-color css
<style>
span { border-color: #FE4E75; }
span { border-color: rgb(254,78,117); }
td.TdClassName
{
border-color: #FE4E75;
}
.TagClassName
{
border-color: #FE4E75;
}
</style>