Shades of Wild Watermelon #FE5A7C
Tints of Wild Watermelon #FE5A7C
RGB
CMYK
RGB Variations
Color information
#FE5A7C (or 0xFE5A7C) is known color: Wild Watermelon. HEX triplet: FE, 5A and 7C. RGB value is (254,90,124). Sum of RGB (Red+Green+Blue) = 254+90+124=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5A7C is #01A583. Grayscale: #8E8E8E. Windows color (decimal): -107908 or 8149758. OLE color: 8149758.
HSL color Cylindrical-coordinate representation of color #FE5A7C: hue angle of 347.56º 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 #FE5A7C is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 124 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.00 |
| HSL | 347.56º | 0.99% | 0.67% | - |
| HSV(B) | 347.56º | 0.65% | 1% | - |
| XYZ | 48.17 | 29.84 | 22.29 | - |
| YUV | 142.91 | 117.33 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 124 | 0 | 0.65 | 0.51 | 0.00 | 347.56 | 0.99 | 0.67 |
| Hex | FE | 5A | 7C | 0 | 41 | 33 | 0 | 15C | 63 | 43 |
| Octal | 376 | 132 | 174 | 0 | 101 | 63 | 0 | 534 | 143 | 103 |
| Binary | 11111110 | 1011010 | 1111100 | 0 | 1000001 | 110011 | 0 | 101011100 | 1100011 | 1000011 |
Color Harmonies of #FE5A7C
Complementary color
Monochromatic Colors of #FE5A7C
Black with #FE5A7C
Text Example
Text Example
White with #FE5A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5A7C; }
p { color: rgb(254,90,124); }
H1.HeaderClassName
{
color: #FE5A7C;
}
.AnyTagClassName
{
color: #FE5A7C;
}
</style>
background-color css
<style>
a { background-color: #FE5A7C; }
a { background-color: rgb(254,90,124); }
div.DivClassName
{
background-color: #FE5A7C;
}
.BgClassName
{
background-color: #FE5A7C;
}
</style>
border-color css
<style>
span { border-color: #FE5A7C; }
span { border-color: rgb(254,90,124); }
td.TdClassName
{
border-color: #FE5A7C;
}
.TagClassName
{
border-color: #FE5A7C;
}
</style>