Shades of Wild Watermelon #FE5F60
Tints of Wild Watermelon #FE5F60
RGB
CMYK
RGB Variations
Color information
#FE5F60 (or 0xFE5F60) is known color: Wild Watermelon. HEX triplet: FE, 5F and 60. RGB value is (254,95,96). Sum of RGB (Red+Green+Blue) = 254+95+96=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5F60 is #01A09F. Grayscale: #8E8E8E. Windows color (decimal): -106656 or 6316030. OLE color: 6316030.
HSL color Cylindrical-coordinate representation of color #FE5F60: hue angle of 359.62º 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 #FE5F60 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 96 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.00 |
| HSL | 359.62º | 0.99% | 0.68% | - |
| HSV(B) | 359.62º | 0.63% | 1% | - |
| XYZ | 47.08 | 30.1 | 14.39 | - |
| YUV | 142.66 | 101.68 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 96 | 0 | 0.63 | 0.62 | 0.00 | 359.62 | 0.99 | 0.68 |
| Hex | FE | 5F | 60 | 0 | 3F | 3E | 0 | 168 | 63 | 44 |
| Octal | 376 | 137 | 140 | 0 | 77 | 76 | 0 | 550 | 143 | 104 |
| Binary | 11111110 | 1011111 | 1100000 | 0 | 111111 | 111110 | 0 | 101101000 | 1100011 | 1000100 |
Color Harmonies of #FE5F60
Complementary color
Monochromatic Colors of #FE5F60
Black with #FE5F60
Text Example
Text Example
White with #FE5F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5F60; }
p { color: rgb(254,95,96); }
H1.HeaderClassName
{
color: #FE5F60;
}
.AnyTagClassName
{
color: #FE5F60;
}
</style>
background-color css
<style>
a { background-color: #FE5F60; }
a { background-color: rgb(254,95,96); }
div.DivClassName
{
background-color: #FE5F60;
}
.BgClassName
{
background-color: #FE5F60;
}
</style>
border-color css
<style>
span { border-color: #FE5F60; }
span { border-color: rgb(254,95,96); }
td.TdClassName
{
border-color: #FE5F60;
}
.TagClassName
{
border-color: #FE5F60;
}
</style>