Shades of Wild Watermelon #F8585D
Tints of Wild Watermelon #F8585D
RGB
CMYK
RGB Variations
Color information
#F8585D (or 0xF8585D) is known color: Wild Watermelon. HEX triplet: F8, 58 and 5D. RGB value is (248,88,93). Sum of RGB (Red+Green+Blue) = 248+88+93=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F8585D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8585D is #07A7A2. Grayscale: #888888. Windows color (decimal): -501667 or 6117624. OLE color: 6117624.
HSL color Cylindrical-coordinate representation of color #F8585D: hue angle of 358.12º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8585D is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 93 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.03 |
| HSL | 358.13º | 0.92% | 0.66% | - |
| HSV(B) | 358.13º | 0.65% | 0.97% | - |
| XYZ | 44.18 | 27.73 | 13.38 | - |
| YUV | 136.41 | 103.51 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 93 | 0 | 0.65 | 0.62 | 0.03 | 358.13 | 0.92 | 0.66 |
| Hex | F8 | 58 | 5D | 0 | 41 | 3E | 3 | 166 | 5C | 42 |
| Octal | 370 | 130 | 135 | 0 | 101 | 76 | 3 | 546 | 134 | 102 |
| Binary | 11111000 | 1011000 | 1011101 | 0 | 1000001 | 111110 | 11 | 101100110 | 1011100 | 1000010 |
Color Harmonies of #F8585D
Complementary color
Monochromatic Colors of #F8585D
Black with #F8585D
Text Example
Text Example
White with #F8585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8585D; }
p { color: rgb(248,88,93); }
H1.HeaderClassName
{
color: #F8585D;
}
.AnyTagClassName
{
color: #F8585D;
}
</style>
background-color css
<style>
a { background-color: #F8585D; }
a { background-color: rgb(248,88,93); }
div.DivClassName
{
background-color: #F8585D;
}
.BgClassName
{
background-color: #F8585D;
}
</style>
border-color css
<style>
span { border-color: #F8585D; }
span { border-color: rgb(248,88,93); }
td.TdClassName
{
border-color: #F8585D;
}
.TagClassName
{
border-color: #F8585D;
}
</style>