Shades of Wild Watermelon #F2585D
Tints of Wild Watermelon #F2585D
RGB
CMYK
RGB Variations
Color information
#F2585D (or 0xF2585D) is known color: Wild Watermelon. HEX triplet: F2, 58 and 5D. RGB value is (242,88,93). Sum of RGB (Red+Green+Blue) = 242+88+93=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2585D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2585D is #0DA7A2. Grayscale: #868686. Windows color (decimal): -894883 or 6117618. OLE color: 6117618.
HSL color Cylindrical-coordinate representation of color #F2585D: hue angle of 358.05º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2585D is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 93 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.05 |
| HSL | 358.05º | 0.86% | 0.65% | - |
| HSV(B) | 358.05º | 0.64% | 0.95% | - |
| XYZ | 42.08 | 26.65 | 13.28 | - |
| YUV | 134.62 | 104.52 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 93 | 0 | 0.64 | 0.62 | 0.05 | 358.05 | 0.86 | 0.65 |
| Hex | F2 | 58 | 5D | 0 | 40 | 3E | 5 | 166 | 56 | 41 |
| Octal | 362 | 130 | 135 | 0 | 100 | 76 | 5 | 546 | 126 | 101 |
| Binary | 11110010 | 1011000 | 1011101 | 0 | 1000000 | 111110 | 101 | 101100110 | 1010110 | 1000001 |
Color Harmonies of #F2585D
Complementary color
Monochromatic Colors of #F2585D
Black with #F2585D
Text Example
Text Example
White with #F2585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2585D; }
p { color: rgb(242,88,93); }
H1.HeaderClassName
{
color: #F2585D;
}
.AnyTagClassName
{
color: #F2585D;
}
</style>
background-color css
<style>
a { background-color: #F2585D; }
a { background-color: rgb(242,88,93); }
div.DivClassName
{
background-color: #F2585D;
}
.BgClassName
{
background-color: #F2585D;
}
</style>
border-color css
<style>
span { border-color: #F2585D; }
span { border-color: rgb(242,88,93); }
td.TdClassName
{
border-color: #F2585D;
}
.TagClassName
{
border-color: #F2585D;
}
</style>