Shades of Wild Watermelon #FE5D74
Tints of Wild Watermelon #FE5D74
RGB
CMYK
RGB Variations
Color information
#FE5D74 (or 0xFE5D74) is known color: Wild Watermelon. HEX triplet: FE, 5D and 74. RGB value is (254,93,116). Sum of RGB (Red+Green+Blue) = 254+93+116=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5D74 is #01A28B. Grayscale: #8F8F8F. Windows color (decimal): -107148 or 7626238. OLE color: 7626238.
HSL color Cylindrical-coordinate representation of color #FE5D74: hue angle of 351.43º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5D74 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 116 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.00 |
| HSL | 351.43º | 0.99% | 0.68% | - |
| HSV(B) | 351.43º | 0.63% | 1% | - |
| XYZ | 47.94 | 30.16 | 19.82 | - |
| YUV | 143.76 | 112.34 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 116 | 0 | 0.63 | 0.54 | 0.00 | 351.43 | 0.99 | 0.68 |
| Hex | FE | 5D | 74 | 0 | 3F | 36 | 0 | 15F | 63 | 44 |
| Octal | 376 | 135 | 164 | 0 | 77 | 66 | 0 | 537 | 143 | 104 |
| Binary | 11111110 | 1011101 | 1110100 | 0 | 111111 | 110110 | 0 | 101011111 | 1100011 | 1000100 |
Color Harmonies of #FE5D74
Complementary color
Monochromatic Colors of #FE5D74
Black with #FE5D74
Text Example
Text Example
White with #FE5D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5D74; }
p { color: rgb(254,93,116); }
H1.HeaderClassName
{
color: #FE5D74;
}
.AnyTagClassName
{
color: #FE5D74;
}
</style>
background-color css
<style>
a { background-color: #FE5D74; }
a { background-color: rgb(254,93,116); }
div.DivClassName
{
background-color: #FE5D74;
}
.BgClassName
{
background-color: #FE5D74;
}
</style>
border-color css
<style>
span { border-color: #FE5D74; }
span { border-color: rgb(254,93,116); }
td.TdClassName
{
border-color: #FE5D74;
}
.TagClassName
{
border-color: #FE5D74;
}
</style>