Shades of Wild Watermelon #FF585F
Tints of Wild Watermelon #FF585F
RGB
CMYK
RGB Variations
Color information
#FF585F (or 0xFF585F) is known color: Wild Watermelon. HEX triplet: FF, 58 and 5F. RGB value is (255,88,95). Sum of RGB (Red+Green+Blue) = 255+88+95=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF585F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF585F is #00A7A0. Grayscale: #8A8A8A. Windows color (decimal): -42913 or 6248703. OLE color: 6248703.
HSL color Cylindrical-coordinate representation of color #FF585F: hue angle of 357.49º 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 #FF585F is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 95 | - |
| CMYK | 0 | 0.65 | 0.63 | 0 |
| HSL | 357.49º | 1% | 0.67% | - |
| HSV(B) | 357.49º | 0.65% | 1% | - |
| XYZ | 46.8 | 29.07 | 13.97 | - |
| YUV | 138.73 | 103.33 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 95 | 0 | 0.65 | 0.63 | 0 | 357.49 | 1 | 0.67 |
| Hex | FF | 58 | 5F | 0 | 41 | 3F | 0 | 165 | 64 | 43 |
| Octal | 377 | 130 | 137 | 0 | 101 | 77 | 0 | 545 | 144 | 103 |
| Binary | 11111111 | 1011000 | 1011111 | 0 | 1000001 | 111111 | 0 | 101100101 | 1100100 | 1000011 |
Color Harmonies of #FF585F
Complementary color
Monochromatic Colors of #FF585F
Black with #FF585F
Text Example
Text Example
White with #FF585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF585F; }
p { color: rgb(255,88,95); }
H1.HeaderClassName
{
color: #FF585F;
}
.AnyTagClassName
{
color: #FF585F;
}
</style>
background-color css
<style>
a { background-color: #FF585F; }
a { background-color: rgb(255,88,95); }
div.DivClassName
{
background-color: #FF585F;
}
.BgClassName
{
background-color: #FF585F;
}
</style>
border-color css
<style>
span { border-color: #FF585F; }
span { border-color: rgb(255,88,95); }
td.TdClassName
{
border-color: #FF585F;
}
.TagClassName
{
border-color: #FF585F;
}
</style>