Shades of Wild Watermelon #F0525E
Tints of Wild Watermelon #F0525E
RGB
CMYK
RGB Variations
Color information
#F0525E (or 0xF0525E) is known color: Wild Watermelon. HEX triplet: F0, 52 and 5E. RGB value is (240,82,94). Sum of RGB (Red+Green+Blue) = 240+82+94=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0525E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0525E is #0FADA1. Grayscale: #828282. Windows color (decimal): -1027490 or 6181616. OLE color: 6181616.
HSL color Cylindrical-coordinate representation of color #F0525E: hue angle of 355.44º 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 #F0525E is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 94 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.06 |
| HSL | 355.44º | 0.84% | 0.63% | - |
| HSV(B) | 355.44º | 0.66% | 0.94% | - |
| XYZ | 40.97 | 25.37 | 13.33 | - |
| YUV | 130.61 | 107.35 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 94 | 0 | 0.66 | 0.61 | 0.06 | 355.44 | 0.84 | 0.63 |
| Hex | F0 | 52 | 5E | 0 | 42 | 3D | 6 | 163 | 54 | 3F |
| Octal | 360 | 122 | 136 | 0 | 102 | 75 | 6 | 543 | 124 | 77 |
| Binary | 11110000 | 1010010 | 1011110 | 0 | 1000010 | 111101 | 110 | 101100011 | 1010100 | 111111 |
Color Harmonies of #F0525E
Complementary color
Monochromatic Colors of #F0525E
Black with #F0525E
Text Example
Text Example
White with #F0525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0525E; }
p { color: rgb(240,82,94); }
H1.HeaderClassName
{
color: #F0525E;
}
.AnyTagClassName
{
color: #F0525E;
}
</style>
background-color css
<style>
a { background-color: #F0525E; }
a { background-color: rgb(240,82,94); }
div.DivClassName
{
background-color: #F0525E;
}
.BgClassName
{
background-color: #F0525E;
}
</style>
border-color css
<style>
span { border-color: #F0525E; }
span { border-color: rgb(240,82,94); }
td.TdClassName
{
border-color: #F0525E;
}
.TagClassName
{
border-color: #F0525E;
}
</style>