Shades of Wild Watermelon #FE4E6A
Tints of Wild Watermelon #FE4E6A
RGB
CMYK
RGB Variations
Color information
#FE4E6A (or 0xFE4E6A) is known color: Wild Watermelon. HEX triplet: FE, 4E and 6A. RGB value is (254,78,106). Sum of RGB (Red+Green+Blue) = 254+78+106=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4E6A is #01B195. Grayscale: #858585. Windows color (decimal): -110998 or 6967038. OLE color: 6967038.
HSL color Cylindrical-coordinate representation of color #FE4E6A: hue angle of 350.45º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4E6A is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 106 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.00 |
| HSL | 350.45º | 0.99% | 0.65% | - |
| HSV(B) | 350.45º | 0.69% | 1% | - |
| XYZ | 46.2 | 27.56 | 16.52 | - |
| YUV | 133.82 | 112.31 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 106 | 0 | 0.69 | 0.58 | 0.00 | 350.45 | 0.99 | 0.65 |
| Hex | FE | 4E | 6A | 0 | 45 | 3A | 0 | 15E | 63 | 41 |
| Octal | 376 | 116 | 152 | 0 | 105 | 72 | 0 | 536 | 143 | 101 |
| Binary | 11111110 | 1001110 | 1101010 | 0 | 1000101 | 111010 | 0 | 101011110 | 1100011 | 1000001 |
Color Harmonies of #FE4E6A
Complementary color
Monochromatic Colors of #FE4E6A
Black with #FE4E6A
Text Example
Text Example
White with #FE4E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4E6A; }
p { color: rgb(254,78,106); }
H1.HeaderClassName
{
color: #FE4E6A;
}
.AnyTagClassName
{
color: #FE4E6A;
}
</style>
background-color css
<style>
a { background-color: #FE4E6A; }
a { background-color: rgb(254,78,106); }
div.DivClassName
{
background-color: #FE4E6A;
}
.BgClassName
{
background-color: #FE4E6A;
}
</style>
border-color css
<style>
span { border-color: #FE4E6A; }
span { border-color: rgb(254,78,106); }
td.TdClassName
{
border-color: #FE4E6A;
}
.TagClassName
{
border-color: #FE4E6A;
}
</style>