Shades of Wild Watermelon #FE476E
Tints of Wild Watermelon #FE476E
RGB
CMYK
RGB Variations
Color information
#FE476E (or 0xFE476E) is known color: Wild Watermelon. HEX triplet: FE, 47 and 6E. RGB value is (254,71,110). Sum of RGB (Red+Green+Blue) = 254+71+110=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE476E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE476E is #01B891. Grayscale: #828282. Windows color (decimal): -112786 or 7227390. OLE color: 7227390.
HSL color Cylindrical-coordinate representation of color #FE476E: hue angle of 347.21º 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 #FE476E is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 110 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.00 |
| HSL | 347.21º | 0.99% | 0.64% | - |
| HSV(B) | 347.21º | 0.72% | 1% | - |
| XYZ | 45.94 | 26.7 | 17.48 | - |
| YUV | 130.16 | 116.63 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 110 | 0 | 0.72 | 0.57 | 0.00 | 347.21 | 0.99 | 0.64 |
| Hex | FE | 47 | 6E | 0 | 48 | 39 | 0 | 15B | 63 | 40 |
| Octal | 376 | 107 | 156 | 0 | 110 | 71 | 0 | 533 | 143 | 100 |
| Binary | 11111110 | 1000111 | 1101110 | 0 | 1001000 | 111001 | 0 | 101011011 | 1100011 | 1000000 |
Color Harmonies of #FE476E
Complementary color
Monochromatic Colors of #FE476E
Black with #FE476E
Text Example
Text Example
White with #FE476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE476E; }
p { color: rgb(254,71,110); }
H1.HeaderClassName
{
color: #FE476E;
}
.AnyTagClassName
{
color: #FE476E;
}
</style>
background-color css
<style>
a { background-color: #FE476E; }
a { background-color: rgb(254,71,110); }
div.DivClassName
{
background-color: #FE476E;
}
.BgClassName
{
background-color: #FE476E;
}
</style>
border-color css
<style>
span { border-color: #FE476E; }
span { border-color: rgb(254,71,110); }
td.TdClassName
{
border-color: #FE476E;
}
.TagClassName
{
border-color: #FE476E;
}
</style>