Shades of Wild Watermelon #F0525F
Tints of Wild Watermelon #F0525F
RGB
CMYK
RGB Variations
Color information
#F0525F (or 0xF0525F) is known color: Wild Watermelon. HEX triplet: F0, 52 and 5F. RGB value is (240,82,95). Sum of RGB (Red+Green+Blue) = 240+82+95=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0525F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0525F is #0FADA0. Grayscale: #828282. Windows color (decimal): -1027489 or 6247152. OLE color: 6247152.
HSL color Cylindrical-coordinate representation of color #F0525F: hue angle of 355.06º 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 #F0525F is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 95 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.06 |
| HSL | 355.06º | 0.84% | 0.63% | - |
| HSV(B) | 355.06º | 0.66% | 0.94% | - |
| XYZ | 41.02 | 25.39 | 13.56 | - |
| YUV | 130.72 | 107.85 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 95 | 0 | 0.66 | 0.60 | 0.06 | 355.06 | 0.84 | 0.63 |
| Hex | F0 | 52 | 5F | 0 | 42 | 3C | 6 | 163 | 54 | 3F |
| Octal | 360 | 122 | 137 | 0 | 102 | 74 | 6 | 543 | 124 | 77 |
| Binary | 11110000 | 1010010 | 1011111 | 0 | 1000010 | 111100 | 110 | 101100011 | 1010100 | 111111 |
Color Harmonies of #F0525F
Complementary color
Monochromatic Colors of #F0525F
Black with #F0525F
Text Example
Text Example
White with #F0525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0525F; }
p { color: rgb(240,82,95); }
H1.HeaderClassName
{
color: #F0525F;
}
.AnyTagClassName
{
color: #F0525F;
}
</style>
background-color css
<style>
a { background-color: #F0525F; }
a { background-color: rgb(240,82,95); }
div.DivClassName
{
background-color: #F0525F;
}
.BgClassName
{
background-color: #F0525F;
}
</style>
border-color css
<style>
span { border-color: #F0525F; }
span { border-color: rgb(240,82,95); }
td.TdClassName
{
border-color: #F0525F;
}
.TagClassName
{
border-color: #F0525F;
}
</style>