Shades of Wild Watermelon #FE5A6B
Tints of Wild Watermelon #FE5A6B
RGB
CMYK
RGB Variations
Color information
#FE5A6B (or 0xFE5A6B) is known color: Wild Watermelon. HEX triplet: FE, 5A and 6B. RGB value is (254,90,107). Sum of RGB (Red+Green+Blue) = 254+90+107=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5A6B is #01A594. Grayscale: #8D8D8D. Windows color (decimal): -107925 or 7035646. OLE color: 7035646.
HSL color Cylindrical-coordinate representation of color #FE5A6B: hue angle of 353.78º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5A6B is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 107 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.00 |
| HSL | 353.78º | 0.99% | 0.67% | - |
| HSV(B) | 353.78º | 0.65% | 1% | - |
| XYZ | 47.18 | 29.44 | 17.11 | - |
| YUV | 140.97 | 108.83 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 107 | 0 | 0.65 | 0.58 | 0.00 | 353.78 | 0.99 | 0.67 |
| Hex | FE | 5A | 6B | 0 | 41 | 3A | 0 | 162 | 63 | 43 |
| Octal | 376 | 132 | 153 | 0 | 101 | 72 | 0 | 542 | 143 | 103 |
| Binary | 11111110 | 1011010 | 1101011 | 0 | 1000001 | 111010 | 0 | 101100010 | 1100011 | 1000011 |
Color Harmonies of #FE5A6B
Complementary color
Monochromatic Colors of #FE5A6B
Black with #FE5A6B
Text Example
Text Example
White with #FE5A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5A6B; }
p { color: rgb(254,90,107); }
H1.HeaderClassName
{
color: #FE5A6B;
}
.AnyTagClassName
{
color: #FE5A6B;
}
</style>
background-color css
<style>
a { background-color: #FE5A6B; }
a { background-color: rgb(254,90,107); }
div.DivClassName
{
background-color: #FE5A6B;
}
.BgClassName
{
background-color: #FE5A6B;
}
</style>
border-color css
<style>
span { border-color: #FE5A6B; }
span { border-color: rgb(254,90,107); }
td.TdClassName
{
border-color: #FE5A6B;
}
.TagClassName
{
border-color: #FE5A6B;
}
</style>