Shades of Wild Watermelon #F0525C
Tints of Wild Watermelon #F0525C
RGB
CMYK
RGB Variations
Color information
#F0525C (or 0xF0525C) is known color: Wild Watermelon. HEX triplet: F0, 52 and 5C. RGB value is (240,82,92). Sum of RGB (Red+Green+Blue) = 240+82+92=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0525C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0525C is #0FADA3. Grayscale: #828282. Windows color (decimal): -1027492 or 6050544. OLE color: 6050544.
HSL color Cylindrical-coordinate representation of color #F0525C: hue angle of 356.2º 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 #F0525C is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 92 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.06 |
| HSL | 356.2º | 0.84% | 0.63% | - |
| HSV(B) | 356.2º | 0.66% | 0.94% | - |
| XYZ | 40.88 | 25.33 | 12.86 | - |
| YUV | 130.38 | 106.35 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 92 | 0 | 0.66 | 0.62 | 0.06 | 356.2 | 0.84 | 0.63 |
| Hex | F0 | 52 | 5C | 0 | 42 | 3E | 6 | 164 | 54 | 3F |
| Octal | 360 | 122 | 134 | 0 | 102 | 76 | 6 | 544 | 124 | 77 |
| Binary | 11110000 | 1010010 | 1011100 | 0 | 1000010 | 111110 | 110 | 101100100 | 1010100 | 111111 |
Color Harmonies of #F0525C
Complementary color
Monochromatic Colors of #F0525C
Black with #F0525C
Text Example
Text Example
White with #F0525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0525C; }
p { color: rgb(240,82,92); }
H1.HeaderClassName
{
color: #F0525C;
}
.AnyTagClassName
{
color: #F0525C;
}
</style>
background-color css
<style>
a { background-color: #F0525C; }
a { background-color: rgb(240,82,92); }
div.DivClassName
{
background-color: #F0525C;
}
.BgClassName
{
background-color: #F0525C;
}
</style>
border-color css
<style>
span { border-color: #F0525C; }
span { border-color: rgb(240,82,92); }
td.TdClassName
{
border-color: #F0525C;
}
.TagClassName
{
border-color: #F0525C;
}
</style>