Shades of Wild Watermelon #FE4675
Tints of Wild Watermelon #FE4675
RGB
CMYK
RGB Variations
Color information
#FE4675 (or 0xFE4675) is known color: Wild Watermelon. HEX triplet: FE, 46 and 75. RGB value is (254,70,117). Sum of RGB (Red+Green+Blue) = 254+70+117=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4675 is #01B98A. Grayscale: #828282. Windows color (decimal): -113035 or 7685886. OLE color: 7685886.
HSL color Cylindrical-coordinate representation of color #FE4675: hue angle of 344.67º 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 #FE4675 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 117 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.00 |
| HSL | 344.67º | 0.99% | 0.64% | - |
| HSV(B) | 344.67º | 0.72% | 1% | - |
| XYZ | 46.27 | 26.74 | 19.55 | - |
| YUV | 130.37 | 120.46 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 117 | 0 | 0.72 | 0.54 | 0.00 | 344.67 | 0.99 | 0.64 |
| Hex | FE | 46 | 75 | 0 | 48 | 36 | 0 | 159 | 63 | 40 |
| Octal | 376 | 106 | 165 | 0 | 110 | 66 | 0 | 531 | 143 | 100 |
| Binary | 11111110 | 1000110 | 1110101 | 0 | 1001000 | 110110 | 0 | 101011001 | 1100011 | 1000000 |
Color Harmonies of #FE4675
Complementary color
Monochromatic Colors of #FE4675
Black with #FE4675
Text Example
Text Example
White with #FE4675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4675; }
p { color: rgb(254,70,117); }
H1.HeaderClassName
{
color: #FE4675;
}
.AnyTagClassName
{
color: #FE4675;
}
</style>
background-color css
<style>
a { background-color: #FE4675; }
a { background-color: rgb(254,70,117); }
div.DivClassName
{
background-color: #FE4675;
}
.BgClassName
{
background-color: #FE4675;
}
</style>
border-color css
<style>
span { border-color: #FE4675; }
span { border-color: rgb(254,70,117); }
td.TdClassName
{
border-color: #FE4675;
}
.TagClassName
{
border-color: #FE4675;
}
</style>