Shades of Wild Watermelon #FF5460
Tints of Wild Watermelon #FF5460
RGB
CMYK
RGB Variations
Color information
#FF5460 (or 0xFF5460) is known color: Wild Watermelon. HEX triplet: FF, 54 and 60. RGB value is (255,84,96). Sum of RGB (Red+Green+Blue) = 255+84+96=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5460 is #00AB9F. Grayscale: #888888. Windows color (decimal): -43936 or 6313215. OLE color: 6313215.
HSL color Cylindrical-coordinate representation of color #FF5460: hue angle of 355.79º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5460 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 96 | - |
| CMYK | 0 | 0.67 | 0.62 | 0 |
| HSL | 355.79º | 1% | 0.66% | - |
| HSV(B) | 355.79º | 0.67% | 1% | - |
| XYZ | 46.52 | 28.45 | 14.1 | - |
| YUV | 136.5 | 105.15 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 96 | 0 | 0.67 | 0.62 | 0 | 355.79 | 1 | 0.66 |
| Hex | FF | 54 | 60 | 0 | 43 | 3E | 0 | 164 | 64 | 42 |
| Octal | 377 | 124 | 140 | 0 | 103 | 76 | 0 | 544 | 144 | 102 |
| Binary | 11111111 | 1010100 | 1100000 | 0 | 1000011 | 111110 | 0 | 101100100 | 1100100 | 1000010 |
Color Harmonies of #FF5460
Complementary color
Monochromatic Colors of #FF5460
Black with #FF5460
Text Example
Text Example
White with #FF5460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5460; }
p { color: rgb(255,84,96); }
H1.HeaderClassName
{
color: #FF5460;
}
.AnyTagClassName
{
color: #FF5460;
}
</style>
background-color css
<style>
a { background-color: #FF5460; }
a { background-color: rgb(255,84,96); }
div.DivClassName
{
background-color: #FF5460;
}
.BgClassName
{
background-color: #FF5460;
}
</style>
border-color css
<style>
span { border-color: #FF5460; }
span { border-color: rgb(255,84,96); }
td.TdClassName
{
border-color: #FF5460;
}
.TagClassName
{
border-color: #FF5460;
}
</style>