Shades of Wild Watermelon #FE4D70
Tints of Wild Watermelon #FE4D70
RGB
CMYK
RGB Variations
Color information
#FE4D70 (or 0xFE4D70) is known color: Wild Watermelon. HEX triplet: FE, 4D and 70. RGB value is (254,77,112). Sum of RGB (Red+Green+Blue) = 254+77+112=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D70 is #01B28F. Grayscale: #858585. Windows color (decimal): -111248 or 7359998. OLE color: 7359998.
HSL color Cylindrical-coordinate representation of color #FE4D70: hue angle of 348.14º 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 #FE4D70 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 112 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.00 |
| HSL | 348.14º | 0.99% | 0.65% | - |
| HSV(B) | 348.14º | 0.7% | 1% | - |
| XYZ | 46.45 | 27.55 | 18.2 | - |
| YUV | 133.91 | 115.64 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 112 | 0 | 0.70 | 0.56 | 0.00 | 348.14 | 0.99 | 0.65 |
| Hex | FE | 4D | 70 | 0 | 46 | 38 | 0 | 15C | 63 | 41 |
| Octal | 376 | 115 | 160 | 0 | 106 | 70 | 0 | 534 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1110000 | 0 | 1000110 | 111000 | 0 | 101011100 | 1100011 | 1000001 |
Color Harmonies of #FE4D70
Complementary color
Monochromatic Colors of #FE4D70
Black with #FE4D70
Text Example
Text Example
White with #FE4D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D70; }
p { color: rgb(254,77,112); }
H1.HeaderClassName
{
color: #FE4D70;
}
.AnyTagClassName
{
color: #FE4D70;
}
</style>
background-color css
<style>
a { background-color: #FE4D70; }
a { background-color: rgb(254,77,112); }
div.DivClassName
{
background-color: #FE4D70;
}
.BgClassName
{
background-color: #FE4D70;
}
</style>
border-color css
<style>
span { border-color: #FE4D70; }
span { border-color: rgb(254,77,112); }
td.TdClassName
{
border-color: #FE4D70;
}
.TagClassName
{
border-color: #FE4D70;
}
</style>