Shades of Wild Watermelon #FE5A70
Tints of Wild Watermelon #FE5A70
RGB
CMYK
RGB Variations
Color information
#FE5A70 (or 0xFE5A70) is known color: Wild Watermelon. HEX triplet: FE, 5A and 70. RGB value is (254,90,112). Sum of RGB (Red+Green+Blue) = 254+90+112=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5A70 is #01A58F. Grayscale: #8D8D8D. Windows color (decimal): -107920 or 7363326. OLE color: 7363326.
HSL color Cylindrical-coordinate representation of color #FE5A70: hue angle of 351.95º 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 #FE5A70 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 112 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.00 |
| HSL | 351.95º | 0.99% | 0.67% | - |
| HSV(B) | 351.95º | 0.65% | 1% | - |
| XYZ | 47.45 | 29.55 | 18.53 | - |
| YUV | 141.54 | 111.33 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 112 | 0 | 0.65 | 0.56 | 0.00 | 351.95 | 0.99 | 0.67 |
| Hex | FE | 5A | 70 | 0 | 41 | 38 | 0 | 160 | 63 | 43 |
| Octal | 376 | 132 | 160 | 0 | 101 | 70 | 0 | 540 | 143 | 103 |
| Binary | 11111110 | 1011010 | 1110000 | 0 | 1000001 | 111000 | 0 | 101100000 | 1100011 | 1000011 |
Color Harmonies of #FE5A70
Complementary color
Monochromatic Colors of #FE5A70
Black with #FE5A70
Text Example
Text Example
White with #FE5A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5A70; }
p { color: rgb(254,90,112); }
H1.HeaderClassName
{
color: #FE5A70;
}
.AnyTagClassName
{
color: #FE5A70;
}
</style>
background-color css
<style>
a { background-color: #FE5A70; }
a { background-color: rgb(254,90,112); }
div.DivClassName
{
background-color: #FE5A70;
}
.BgClassName
{
background-color: #FE5A70;
}
</style>
border-color css
<style>
span { border-color: #FE5A70; }
span { border-color: rgb(254,90,112); }
td.TdClassName
{
border-color: #FE5A70;
}
.TagClassName
{
border-color: #FE5A70;
}
</style>