Shades of Wild Watermelon #FE5360
Tints of Wild Watermelon #FE5360
RGB
CMYK
RGB Variations
Color information
#FE5360 (or 0xFE5360) is known color: Wild Watermelon. HEX triplet: FE, 53 and 60. RGB value is (254,83,96). Sum of RGB (Red+Green+Blue) = 254+83+96=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5360 is #01AC9F. Grayscale: #878787. Windows color (decimal): -109728 or 6312958. OLE color: 6312958.
HSL color Cylindrical-coordinate representation of color #FE5360: hue angle of 355.44º 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 #FE5360 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 96 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.00 |
| HSL | 355.44º | 0.99% | 0.66% | - |
| HSV(B) | 355.44º | 0.67% | 1% | - |
| XYZ | 46.08 | 28.1 | 14.06 | - |
| YUV | 135.61 | 105.65 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 96 | 0 | 0.67 | 0.62 | 0.00 | 355.44 | 0.99 | 0.66 |
| Hex | FE | 53 | 60 | 0 | 43 | 3E | 0 | 163 | 63 | 42 |
| Octal | 376 | 123 | 140 | 0 | 103 | 76 | 0 | 543 | 143 | 102 |
| Binary | 11111110 | 1010011 | 1100000 | 0 | 1000011 | 111110 | 0 | 101100011 | 1100011 | 1000010 |
Color Harmonies of #FE5360
Complementary color
Monochromatic Colors of #FE5360
Black with #FE5360
Text Example
Text Example
White with #FE5360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5360; }
p { color: rgb(254,83,96); }
H1.HeaderClassName
{
color: #FE5360;
}
.AnyTagClassName
{
color: #FE5360;
}
</style>
background-color css
<style>
a { background-color: #FE5360; }
a { background-color: rgb(254,83,96); }
div.DivClassName
{
background-color: #FE5360;
}
.BgClassName
{
background-color: #FE5360;
}
</style>
border-color css
<style>
span { border-color: #FE5360; }
span { border-color: rgb(254,83,96); }
td.TdClassName
{
border-color: #FE5360;
}
.TagClassName
{
border-color: #FE5360;
}
</style>