Shades of Wild Watermelon #FF555F
Tints of Wild Watermelon #FF555F
RGB
CMYK
RGB Variations
Color information
#FF555F (or 0xFF555F) is known color: Wild Watermelon. HEX triplet: FF, 55 and 5F. RGB value is (255,85,95). Sum of RGB (Red+Green+Blue) = 255+85+95=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF555F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF555F is #00AAA0. Grayscale: #898989. Windows color (decimal): -43681 or 6247935. OLE color: 6247935.
HSL color Cylindrical-coordinate representation of color #FF555F: hue angle of 356.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF555F is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 95 | - |
| CMYK | 0 | 0.67 | 0.63 | 0 |
| HSL | 356.47º | 1% | 0.67% | - |
| HSV(B) | 356.47º | 0.67% | 1% | - |
| XYZ | 46.55 | 28.58 | 13.89 | - |
| YUV | 136.97 | 104.32 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 95 | 0 | 0.67 | 0.63 | 0 | 356.47 | 1 | 0.67 |
| Hex | FF | 55 | 5F | 0 | 43 | 3F | 0 | 164 | 64 | 43 |
| Octal | 377 | 125 | 137 | 0 | 103 | 77 | 0 | 544 | 144 | 103 |
| Binary | 11111111 | 1010101 | 1011111 | 0 | 1000011 | 111111 | 0 | 101100100 | 1100100 | 1000011 |
Color Harmonies of #FF555F
Complementary color
Monochromatic Colors of #FF555F
Black with #FF555F
Text Example
Text Example
White with #FF555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF555F; }
p { color: rgb(255,85,95); }
H1.HeaderClassName
{
color: #FF555F;
}
.AnyTagClassName
{
color: #FF555F;
}
</style>
background-color css
<style>
a { background-color: #FF555F; }
a { background-color: rgb(255,85,95); }
div.DivClassName
{
background-color: #FF555F;
}
.BgClassName
{
background-color: #FF555F;
}
</style>
border-color css
<style>
span { border-color: #FF555F; }
span { border-color: rgb(255,85,95); }
td.TdClassName
{
border-color: #FF555F;
}
.TagClassName
{
border-color: #FF555F;
}
</style>