Shades of Wild Watermelon #FE5461
Tints of Wild Watermelon #FE5461
RGB
CMYK
RGB Variations
Color information
#FE5461 (or 0xFE5461) is known color: Wild Watermelon. HEX triplet: FE, 54 and 61. RGB value is (254,84,97). Sum of RGB (Red+Green+Blue) = 254+84+97=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5461 is #01AB9E. Grayscale: #888888. Windows color (decimal): -109471 or 6378750. OLE color: 6378750.
HSL color Cylindrical-coordinate representation of color #FE5461: hue angle of 355.41º 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 #FE5461 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 97 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.00 |
| HSL | 355.41º | 0.99% | 0.66% | - |
| HSV(B) | 355.41º | 0.67% | 1% | - |
| XYZ | 46.2 | 28.27 | 14.33 | - |
| YUV | 136.31 | 105.82 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 97 | 0 | 0.67 | 0.62 | 0.00 | 355.41 | 0.99 | 0.66 |
| Hex | FE | 54 | 61 | 0 | 43 | 3E | 0 | 163 | 63 | 42 |
| Octal | 376 | 124 | 141 | 0 | 103 | 76 | 0 | 543 | 143 | 102 |
| Binary | 11111110 | 1010100 | 1100001 | 0 | 1000011 | 111110 | 0 | 101100011 | 1100011 | 1000010 |
Color Harmonies of #FE5461
Complementary color
Monochromatic Colors of #FE5461
Black with #FE5461
Text Example
Text Example
White with #FE5461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5461; }
p { color: rgb(254,84,97); }
H1.HeaderClassName
{
color: #FE5461;
}
.AnyTagClassName
{
color: #FE5461;
}
</style>
background-color css
<style>
a { background-color: #FE5461; }
a { background-color: rgb(254,84,97); }
div.DivClassName
{
background-color: #FE5461;
}
.BgClassName
{
background-color: #FE5461;
}
</style>
border-color css
<style>
span { border-color: #FE5461; }
span { border-color: rgb(254,84,97); }
td.TdClassName
{
border-color: #FE5461;
}
.TagClassName
{
border-color: #FE5461;
}
</style>