Shades of Wild Watermelon #FE4E7D
Tints of Wild Watermelon #FE4E7D
RGB
CMYK
RGB Variations
Color information
#FE4E7D (or 0xFE4E7D) is known color: Wild Watermelon. HEX triplet: FE, 4E and 7D. RGB value is (254,78,125). Sum of RGB (Red+Green+Blue) = 254+78+125=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4E7D is #01B182. Grayscale: #878787. Windows color (decimal): -110979 or 8212222. OLE color: 8212222.
HSL color Cylindrical-coordinate representation of color #FE4E7D: hue angle of 343.98º 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 #FE4E7D is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 125 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.00 |
| HSL | 343.98º | 0.99% | 0.65% | - |
| HSV(B) | 343.98º | 0.69% | 1% | - |
| XYZ | 47.3 | 28 | 22.31 | - |
| YUV | 135.98 | 121.81 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 125 | 0 | 0.69 | 0.51 | 0.00 | 343.98 | 0.99 | 0.65 |
| Hex | FE | 4E | 7D | 0 | 45 | 33 | 0 | 158 | 63 | 41 |
| Octal | 376 | 116 | 175 | 0 | 105 | 63 | 0 | 530 | 143 | 101 |
| Binary | 11111110 | 1001110 | 1111101 | 0 | 1000101 | 110011 | 0 | 101011000 | 1100011 | 1000001 |
Color Harmonies of #FE4E7D
Complementary color
Monochromatic Colors of #FE4E7D
Black with #FE4E7D
Text Example
Text Example
White with #FE4E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4E7D; }
p { color: rgb(254,78,125); }
H1.HeaderClassName
{
color: #FE4E7D;
}
.AnyTagClassName
{
color: #FE4E7D;
}
</style>
background-color css
<style>
a { background-color: #FE4E7D; }
a { background-color: rgb(254,78,125); }
div.DivClassName
{
background-color: #FE4E7D;
}
.BgClassName
{
background-color: #FE4E7D;
}
</style>
border-color css
<style>
span { border-color: #FE4E7D; }
span { border-color: rgb(254,78,125); }
td.TdClassName
{
border-color: #FE4E7D;
}
.TagClassName
{
border-color: #FE4E7D;
}
</style>