Shades of Wild Watermelon #F1585D
Tints of Wild Watermelon #F1585D
RGB
CMYK
RGB Variations
Color information
#F1585D (or 0xF1585D) is known color: Wild Watermelon. HEX triplet: F1, 58 and 5D. RGB value is (241,88,93). Sum of RGB (Red+Green+Blue) = 241+88+93=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F1585D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1585D is #0EA7A2. Grayscale: #868686. Windows color (decimal): -960419 or 6117617. OLE color: 6117617.
HSL color Cylindrical-coordinate representation of color #F1585D: hue angle of 358.04º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F1585D is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 88 | 93 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.05 |
| HSL | 358.04º | 0.85% | 0.65% | - |
| HSV(B) | 358.04º | 0.63% | 0.95% | - |
| XYZ | 41.74 | 26.47 | 13.27 | - |
| YUV | 134.32 | 104.69 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 88 | 93 | 0 | 0.63 | 0.61 | 0.05 | 358.04 | 0.85 | 0.65 |
| Hex | F1 | 58 | 5D | 0 | 3F | 3D | 5 | 166 | 55 | 41 |
| Octal | 361 | 130 | 135 | 0 | 77 | 75 | 5 | 546 | 125 | 101 |
| Binary | 11110001 | 1011000 | 1011101 | 0 | 111111 | 111101 | 101 | 101100110 | 1010101 | 1000001 |
Color Harmonies of #F1585D
Complementary color
Monochromatic Colors of #F1585D
Black with #F1585D
Text Example
Text Example
White with #F1585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1585D; }
p { color: rgb(241,88,93); }
H1.HeaderClassName
{
color: #F1585D;
}
.AnyTagClassName
{
color: #F1585D;
}
</style>
background-color css
<style>
a { background-color: #F1585D; }
a { background-color: rgb(241,88,93); }
div.DivClassName
{
background-color: #F1585D;
}
.BgClassName
{
background-color: #F1585D;
}
</style>
border-color css
<style>
span { border-color: #F1585D; }
span { border-color: rgb(241,88,93); }
td.TdClassName
{
border-color: #F1585D;
}
.TagClassName
{
border-color: #F1585D;
}
</style>