Shades of Wild Watermelon #FE5361
Tints of Wild Watermelon #FE5361
RGB
CMYK
RGB Variations
Color information
#FE5361 (or 0xFE5361) is known color: Wild Watermelon. HEX triplet: FE, 53 and 61. RGB value is (254,83,97). Sum of RGB (Red+Green+Blue) = 254+83+97=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5361 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5361 is #01AC9E. Grayscale: #878787. Windows color (decimal): -109727 or 6378494. OLE color: 6378494.
HSL color Cylindrical-coordinate representation of color #FE5361: hue angle of 355.09º 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 #FE5361 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 97 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.00 |
| HSL | 355.09º | 0.99% | 0.66% | - |
| HSV(B) | 355.09º | 0.67% | 1% | - |
| XYZ | 46.12 | 28.12 | 14.31 | - |
| YUV | 135.73 | 106.15 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 97 | 0 | 0.67 | 0.62 | 0.00 | 355.09 | 0.99 | 0.66 |
| Hex | FE | 53 | 61 | 0 | 43 | 3E | 0 | 163 | 63 | 42 |
| Octal | 376 | 123 | 141 | 0 | 103 | 76 | 0 | 543 | 143 | 102 |
| Binary | 11111110 | 1010011 | 1100001 | 0 | 1000011 | 111110 | 0 | 101100011 | 1100011 | 1000010 |
Color Harmonies of #FE5361
Complementary color
Monochromatic Colors of #FE5361
Black with #FE5361
Text Example
Text Example
White with #FE5361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5361; }
p { color: rgb(254,83,97); }
H1.HeaderClassName
{
color: #FE5361;
}
.AnyTagClassName
{
color: #FE5361;
}
</style>
background-color css
<style>
a { background-color: #FE5361; }
a { background-color: rgb(254,83,97); }
div.DivClassName
{
background-color: #FE5361;
}
.BgClassName
{
background-color: #FE5361;
}
</style>
border-color css
<style>
span { border-color: #FE5361; }
span { border-color: rgb(254,83,97); }
td.TdClassName
{
border-color: #FE5361;
}
.TagClassName
{
border-color: #FE5361;
}
</style>