Shades of Wild Watermelon #FE4975
Tints of Wild Watermelon #FE4975
RGB
CMYK
RGB Variations
Color information
#FE4975 (or 0xFE4975) is known color: Wild Watermelon. HEX triplet: FE, 49 and 75. RGB value is (254,73,117). Sum of RGB (Red+Green+Blue) = 254+73+117=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4975 is #01B68A. Grayscale: #848484. Windows color (decimal): -112267 or 7686654. OLE color: 7686654.
HSL color Cylindrical-coordinate representation of color #FE4975: hue angle of 345.41º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE4975 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 117 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.00 |
| HSL | 345.41º | 0.99% | 0.64% | - |
| HSV(B) | 345.41º | 0.71% | 1% | - |
| XYZ | 46.47 | 27.12 | 19.62 | - |
| YUV | 132.14 | 119.47 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 117 | 0 | 0.71 | 0.54 | 0.00 | 345.41 | 0.99 | 0.64 |
| Hex | FE | 49 | 75 | 0 | 47 | 36 | 0 | 159 | 63 | 40 |
| Octal | 376 | 111 | 165 | 0 | 107 | 66 | 0 | 531 | 143 | 100 |
| Binary | 11111110 | 1001001 | 1110101 | 0 | 1000111 | 110110 | 0 | 101011001 | 1100011 | 1000000 |
Color Harmonies of #FE4975
Complementary color
Monochromatic Colors of #FE4975
Black with #FE4975
Text Example
Text Example
White with #FE4975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4975; }
p { color: rgb(254,73,117); }
H1.HeaderClassName
{
color: #FE4975;
}
.AnyTagClassName
{
color: #FE4975;
}
</style>
background-color css
<style>
a { background-color: #FE4975; }
a { background-color: rgb(254,73,117); }
div.DivClassName
{
background-color: #FE4975;
}
.BgClassName
{
background-color: #FE4975;
}
</style>
border-color css
<style>
span { border-color: #FE4975; }
span { border-color: rgb(254,73,117); }
td.TdClassName
{
border-color: #FE4975;
}
.TagClassName
{
border-color: #FE4975;
}
</style>