Shades of Wild Watermelon #FE5474
Tints of Wild Watermelon #FE5474
RGB
CMYK
RGB Variations
Color information
#FE5474 (or 0xFE5474) is known color: Wild Watermelon. HEX triplet: FE, 54 and 74. RGB value is (254,84,116). Sum of RGB (Red+Green+Blue) = 254+84+116=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5474 is #01AB8B. Grayscale: #8A8A8A. Windows color (decimal): -109452 or 7623934. OLE color: 7623934.
HSL color Cylindrical-coordinate representation of color #FE5474: hue angle of 348.71º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE5474 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 116 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.00 |
| HSL | 348.71º | 0.99% | 0.66% | - |
| HSV(B) | 348.71º | 0.67% | 1% | - |
| XYZ | 47.2 | 28.67 | 19.57 | - |
| YUV | 138.48 | 115.32 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 116 | 0 | 0.67 | 0.54 | 0.00 | 348.71 | 0.99 | 0.66 |
| Hex | FE | 54 | 74 | 0 | 43 | 36 | 0 | 15D | 63 | 42 |
| Octal | 376 | 124 | 164 | 0 | 103 | 66 | 0 | 535 | 143 | 102 |
| Binary | 11111110 | 1010100 | 1110100 | 0 | 1000011 | 110110 | 0 | 101011101 | 1100011 | 1000010 |
Color Harmonies of #FE5474
Complementary color
Monochromatic Colors of #FE5474
Black with #FE5474
Text Example
Text Example
White with #FE5474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5474; }
p { color: rgb(254,84,116); }
H1.HeaderClassName
{
color: #FE5474;
}
.AnyTagClassName
{
color: #FE5474;
}
</style>
background-color css
<style>
a { background-color: #FE5474; }
a { background-color: rgb(254,84,116); }
div.DivClassName
{
background-color: #FE5474;
}
.BgClassName
{
background-color: #FE5474;
}
</style>
border-color css
<style>
span { border-color: #FE5474; }
span { border-color: rgb(254,84,116); }
td.TdClassName
{
border-color: #FE5474;
}
.TagClassName
{
border-color: #FE5474;
}
</style>