Shades of Wild Watermelon #FE4872
Tints of Wild Watermelon #FE4872
RGB
CMYK
RGB Variations
Color information
#FE4872 (or 0xFE4872) is known color: Wild Watermelon. HEX triplet: FE, 48 and 72. RGB value is (254,72,114). Sum of RGB (Red+Green+Blue) = 254+72+114=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4872 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4872 is #01B78D. Grayscale: #838383. Windows color (decimal): -112526 or 7489790. OLE color: 7489790.
HSL color Cylindrical-coordinate representation of color #FE4872: hue angle of 346.15º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE4872 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 114 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.00 |
| HSL | 346.15º | 0.99% | 0.64% | - |
| HSV(B) | 346.15º | 0.72% | 1% | - |
| XYZ | 46.23 | 26.92 | 18.68 | - |
| YUV | 131.21 | 118.3 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 114 | 0 | 0.72 | 0.55 | 0.00 | 346.15 | 0.99 | 0.64 |
| Hex | FE | 48 | 72 | 0 | 48 | 37 | 0 | 15A | 63 | 40 |
| Octal | 376 | 110 | 162 | 0 | 110 | 67 | 0 | 532 | 143 | 100 |
| Binary | 11111110 | 1001000 | 1110010 | 0 | 1001000 | 110111 | 0 | 101011010 | 1100011 | 1000000 |
Color Harmonies of #FE4872
Complementary color
Monochromatic Colors of #FE4872
Black with #FE4872
Text Example
Text Example
White with #FE4872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4872; }
p { color: rgb(254,72,114); }
H1.HeaderClassName
{
color: #FE4872;
}
.AnyTagClassName
{
color: #FE4872;
}
</style>
background-color css
<style>
a { background-color: #FE4872; }
a { background-color: rgb(254,72,114); }
div.DivClassName
{
background-color: #FE4872;
}
.BgClassName
{
background-color: #FE4872;
}
</style>
border-color css
<style>
span { border-color: #FE4872; }
span { border-color: rgb(254,72,114); }
td.TdClassName
{
border-color: #FE4872;
}
.TagClassName
{
border-color: #FE4872;
}
</style>