Shades of Wild Watermelon #FF585D
Tints of Wild Watermelon #FF585D
RGB
CMYK
RGB Variations
Color information
#FF585D (or 0xFF585D) is known color: Wild Watermelon. HEX triplet: FF, 58 and 5D. RGB value is (255,88,93). Sum of RGB (Red+Green+Blue) = 255+88+93=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF585D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF585D is #00A7A2. Grayscale: #8A8A8A. Windows color (decimal): -42915 or 6117631. OLE color: 6117631.
HSL color Cylindrical-coordinate representation of color #FF585D: hue angle of 358.2º 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 #FF585D is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 93 | - |
| CMYK | 0 | 0.65 | 0.64 | 0 |
| HSL | 358.2º | 1% | 0.67% | - |
| HSV(B) | 358.2º | 0.65% | 1% | - |
| XYZ | 46.71 | 29.03 | 13.5 | - |
| YUV | 138.5 | 102.33 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 93 | 0 | 0.65 | 0.64 | 0 | 358.2 | 1 | 0.67 |
| Hex | FF | 58 | 5D | 0 | 41 | 40 | 0 | 166 | 64 | 43 |
| Octal | 377 | 130 | 135 | 0 | 101 | 100 | 0 | 546 | 144 | 103 |
| Binary | 11111111 | 1011000 | 1011101 | 0 | 1000001 | 1000000 | 0 | 101100110 | 1100100 | 1000011 |
Color Harmonies of #FF585D
Complementary color
Monochromatic Colors of #FF585D
Black with #FF585D
Text Example
Text Example
White with #FF585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF585D; }
p { color: rgb(255,88,93); }
H1.HeaderClassName
{
color: #FF585D;
}
.AnyTagClassName
{
color: #FF585D;
}
</style>
background-color css
<style>
a { background-color: #FF585D; }
a { background-color: rgb(255,88,93); }
div.DivClassName
{
background-color: #FF585D;
}
.BgClassName
{
background-color: #FF585D;
}
</style>
border-color css
<style>
span { border-color: #FF585D; }
span { border-color: rgb(255,88,93); }
td.TdClassName
{
border-color: #FF585D;
}
.TagClassName
{
border-color: #FF585D;
}
</style>