Shades of Wild Watermelon #FE476F
Tints of Wild Watermelon #FE476F
RGB
CMYK
RGB Variations
Color information
#FE476F (or 0xFE476F) is known color: Wild Watermelon. HEX triplet: FE, 47 and 6F. RGB value is (254,71,111). Sum of RGB (Red+Green+Blue) = 254+71+111=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE476F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE476F is #01B890. Grayscale: #828282. Windows color (decimal): -112785 or 7292926. OLE color: 7292926.
HSL color Cylindrical-coordinate representation of color #FE476F: hue angle of 346.89º 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 #FE476F is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 111 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.00 |
| HSL | 346.89º | 0.99% | 0.64% | - |
| HSV(B) | 346.89º | 0.72% | 1% | - |
| XYZ | 46 | 26.73 | 17.77 | - |
| YUV | 130.28 | 117.13 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 111 | 0 | 0.72 | 0.56 | 0.00 | 346.89 | 0.99 | 0.64 |
| Hex | FE | 47 | 6F | 0 | 48 | 38 | 0 | 15B | 63 | 40 |
| Octal | 376 | 107 | 157 | 0 | 110 | 70 | 0 | 533 | 143 | 100 |
| Binary | 11111110 | 1000111 | 1101111 | 0 | 1001000 | 111000 | 0 | 101011011 | 1100011 | 1000000 |
Color Harmonies of #FE476F
Complementary color
Monochromatic Colors of #FE476F
Black with #FE476F
Text Example
Text Example
White with #FE476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE476F; }
p { color: rgb(254,71,111); }
H1.HeaderClassName
{
color: #FE476F;
}
.AnyTagClassName
{
color: #FE476F;
}
</style>
background-color css
<style>
a { background-color: #FE476F; }
a { background-color: rgb(254,71,111); }
div.DivClassName
{
background-color: #FE476F;
}
.BgClassName
{
background-color: #FE476F;
}
</style>
border-color css
<style>
span { border-color: #FE476F; }
span { border-color: rgb(254,71,111); }
td.TdClassName
{
border-color: #FE476F;
}
.TagClassName
{
border-color: #FE476F;
}
</style>