Shades of Wild Watermelon #FE4674
Tints of Wild Watermelon #FE4674
RGB
CMYK
RGB Variations
Color information
#FE4674 (or 0xFE4674) is known color: Wild Watermelon. HEX triplet: FE, 46 and 74. RGB value is (254,70,116). Sum of RGB (Red+Green+Blue) = 254+70+116=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4674 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4674 is #01B98B. Grayscale: #828282. Windows color (decimal): -113036 or 7620350. OLE color: 7620350.
HSL color Cylindrical-coordinate representation of color #FE4674: hue angle of 345º 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 #FE4674 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 116 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.00 |
| HSL | 345º | 0.99% | 0.64% | - |
| HSV(B) | 345º | 0.72% | 1% | - |
| XYZ | 46.22 | 26.71 | 19.24 | - |
| YUV | 130.26 | 119.96 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 116 | 0 | 0.72 | 0.54 | 0.00 | 345 | 0.99 | 0.64 |
| Hex | FE | 46 | 74 | 0 | 48 | 36 | 0 | 159 | 63 | 40 |
| Octal | 376 | 106 | 164 | 0 | 110 | 66 | 0 | 531 | 143 | 100 |
| Binary | 11111110 | 1000110 | 1110100 | 0 | 1001000 | 110110 | 0 | 101011001 | 1100011 | 1000000 |
Color Harmonies of #FE4674
Complementary color
Monochromatic Colors of #FE4674
Black with #FE4674
Text Example
Text Example
White with #FE4674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4674; }
p { color: rgb(254,70,116); }
H1.HeaderClassName
{
color: #FE4674;
}
.AnyTagClassName
{
color: #FE4674;
}
</style>
background-color css
<style>
a { background-color: #FE4674; }
a { background-color: rgb(254,70,116); }
div.DivClassName
{
background-color: #FE4674;
}
.BgClassName
{
background-color: #FE4674;
}
</style>
border-color css
<style>
span { border-color: #FE4674; }
span { border-color: rgb(254,70,116); }
td.TdClassName
{
border-color: #FE4674;
}
.TagClassName
{
border-color: #FE4674;
}
</style>