Shades of Wild Watermelon #F0525B
Tints of Wild Watermelon #F0525B
RGB
CMYK
RGB Variations
Color information
#F0525B (or 0xF0525B) is known color: Wild Watermelon. HEX triplet: F0, 52 and 5B. RGB value is (240,82,91). Sum of RGB (Red+Green+Blue) = 240+82+91=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F0525B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0525B is #0FADA4. Grayscale: #828282. Windows color (decimal): -1027493 or 5985008. OLE color: 5985008.
HSL color Cylindrical-coordinate representation of color #F0525B: hue angle of 356.58º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0525B is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 91 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.06 |
| HSL | 356.58º | 0.84% | 0.63% | - |
| HSV(B) | 356.58º | 0.66% | 0.94% | - |
| XYZ | 40.84 | 25.32 | 12.63 | - |
| YUV | 130.27 | 105.85 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 91 | 0 | 0.66 | 0.62 | 0.06 | 356.58 | 0.84 | 0.63 |
| Hex | F0 | 52 | 5B | 0 | 42 | 3E | 6 | 165 | 54 | 3F |
| Octal | 360 | 122 | 133 | 0 | 102 | 76 | 6 | 545 | 124 | 77 |
| Binary | 11110000 | 1010010 | 1011011 | 0 | 1000010 | 111110 | 110 | 101100101 | 1010100 | 111111 |
Color Harmonies of #F0525B
Complementary color
Monochromatic Colors of #F0525B
Black with #F0525B
Text Example
Text Example
White with #F0525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0525B; }
p { color: rgb(240,82,91); }
H1.HeaderClassName
{
color: #F0525B;
}
.AnyTagClassName
{
color: #F0525B;
}
</style>
background-color css
<style>
a { background-color: #F0525B; }
a { background-color: rgb(240,82,91); }
div.DivClassName
{
background-color: #F0525B;
}
.BgClassName
{
background-color: #F0525B;
}
</style>
border-color css
<style>
span { border-color: #F0525B; }
span { border-color: rgb(240,82,91); }
td.TdClassName
{
border-color: #F0525B;
}
.TagClassName
{
border-color: #F0525B;
}
</style>