Shades of Wild Watermelon #F5585B
Tints of Wild Watermelon #F5585B
RGB
CMYK
RGB Variations
Color information
#F5585B (or 0xF5585B) is known color: Wild Watermelon. HEX triplet: F5, 58 and 5B. RGB value is (245,88,91). Sum of RGB (Red+Green+Blue) = 245+88+91=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5585B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5585B is #0AA7A4. Grayscale: #878787. Windows color (decimal): -698277 or 5986549. OLE color: 5986549.
HSL color Cylindrical-coordinate representation of color #F5585B: hue angle of 358.85º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5585B is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 91 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.04 |
| HSL | 358.85º | 0.89% | 0.65% | - |
| HSV(B) | 358.85º | 0.64% | 0.96% | - |
| XYZ | 43.03 | 27.15 | 12.87 | - |
| YUV | 135.29 | 103.01 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 91 | 0 | 0.64 | 0.63 | 0.04 | 358.85 | 0.89 | 0.65 |
| Hex | F5 | 58 | 5B | 0 | 40 | 3F | 4 | 167 | 59 | 41 |
| Octal | 365 | 130 | 133 | 0 | 100 | 77 | 4 | 547 | 131 | 101 |
| Binary | 11110101 | 1011000 | 1011011 | 0 | 1000000 | 111111 | 100 | 101100111 | 1011001 | 1000001 |
Color Harmonies of #F5585B
Complementary color
Monochromatic Colors of #F5585B
Black with #F5585B
Text Example
Text Example
White with #F5585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5585B; }
p { color: rgb(245,88,91); }
H1.HeaderClassName
{
color: #F5585B;
}
.AnyTagClassName
{
color: #F5585B;
}
</style>
background-color css
<style>
a { background-color: #F5585B; }
a { background-color: rgb(245,88,91); }
div.DivClassName
{
background-color: #F5585B;
}
.BgClassName
{
background-color: #F5585B;
}
</style>
border-color css
<style>
span { border-color: #F5585B; }
span { border-color: rgb(245,88,91); }
td.TdClassName
{
border-color: #F5585B;
}
.TagClassName
{
border-color: #F5585B;
}
</style>