Shades of Wild Watermelon #FF5967
Tints of Wild Watermelon #FF5967
RGB
CMYK
RGB Variations
Color information
#FF5967 (or 0xFF5967) is known color: Wild Watermelon. HEX triplet: FF, 59 and 67. RGB value is (255,89,103). Sum of RGB (Red+Green+Blue) = 255+89+103=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5967 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5967 is #00A698. Grayscale: #8C8C8C. Windows color (decimal): -42649 or 6773247. OLE color: 6773247.
HSL color Cylindrical-coordinate representation of color #FF5967: hue angle of 354.94º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5967 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 103 | - |
| CMYK | 0 | 0.65 | 0.60 | 0 |
| HSL | 354.94º | 1% | 0.67% | - |
| HSV(B) | 354.94º | 0.65% | 1% | - |
| XYZ | 47.26 | 29.38 | 16.01 | - |
| YUV | 140.23 | 107 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 103 | 0 | 0.65 | 0.60 | 0 | 354.94 | 1 | 0.67 |
| Hex | FF | 59 | 67 | 0 | 41 | 3C | 0 | 163 | 64 | 43 |
| Octal | 377 | 131 | 147 | 0 | 101 | 74 | 0 | 543 | 144 | 103 |
| Binary | 11111111 | 1011001 | 1100111 | 0 | 1000001 | 111100 | 0 | 101100011 | 1100100 | 1000011 |
Color Harmonies of #FF5967
Complementary color
Monochromatic Colors of #FF5967
Black with #FF5967
Text Example
Text Example
White with #FF5967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5967; }
p { color: rgb(255,89,103); }
H1.HeaderClassName
{
color: #FF5967;
}
.AnyTagClassName
{
color: #FF5967;
}
</style>
background-color css
<style>
a { background-color: #FF5967; }
a { background-color: rgb(255,89,103); }
div.DivClassName
{
background-color: #FF5967;
}
.BgClassName
{
background-color: #FF5967;
}
</style>
border-color css
<style>
span { border-color: #FF5967; }
span { border-color: rgb(255,89,103); }
td.TdClassName
{
border-color: #FF5967;
}
.TagClassName
{
border-color: #FF5967;
}
</style>