Shades of Wild Watermelon #FE4574
Tints of Wild Watermelon #FE4574
RGB
CMYK
RGB Variations
Color information
#FE4574 (or 0xFE4574) is known color: Wild Watermelon. HEX triplet: FE, 45 and 74. RGB value is (254,69,116). Sum of RGB (Red+Green+Blue) = 254+69+116=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4574 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4574 is #01BA8B. Grayscale: #818181. Windows color (decimal): -113292 or 7620094. OLE color: 7620094.
HSL color Cylindrical-coordinate representation of color #FE4574: hue angle of 344.76º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE4574 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 116 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.00 |
| HSL | 344.76º | 0.99% | 0.63% | - |
| HSV(B) | 344.76º | 0.73% | 1% | - |
| XYZ | 46.15 | 26.59 | 19.22 | - |
| YUV | 129.67 | 120.29 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 116 | 0 | 0.73 | 0.54 | 0.00 | 344.76 | 0.99 | 0.63 |
| Hex | FE | 45 | 74 | 0 | 49 | 36 | 0 | 159 | 63 | 3F |
| Octal | 376 | 105 | 164 | 0 | 111 | 66 | 0 | 531 | 143 | 77 |
| Binary | 11111110 | 1000101 | 1110100 | 0 | 1001001 | 110110 | 0 | 101011001 | 1100011 | 111111 |
Color Harmonies of #FE4574
Complementary color
Monochromatic Colors of #FE4574
Black with #FE4574
Text Example
Text Example
White with #FE4574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4574; }
p { color: rgb(254,69,116); }
H1.HeaderClassName
{
color: #FE4574;
}
.AnyTagClassName
{
color: #FE4574;
}
</style>
background-color css
<style>
a { background-color: #FE4574; }
a { background-color: rgb(254,69,116); }
div.DivClassName
{
background-color: #FE4574;
}
.BgClassName
{
background-color: #FE4574;
}
</style>
border-color css
<style>
span { border-color: #FE4574; }
span { border-color: rgb(254,69,116); }
td.TdClassName
{
border-color: #FE4574;
}
.TagClassName
{
border-color: #FE4574;
}
</style>