Shades of Wild Watermelon #F0526C
Tints of Wild Watermelon #F0526C
RGB
CMYK
RGB Variations
Color information
#F0526C (or 0xF0526C) is known color: Wild Watermelon. HEX triplet: F0, 52 and 6C. RGB value is (240,82,108). Sum of RGB (Red+Green+Blue) = 240+82+108=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0526C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0526C is #0FAD93. Grayscale: #848484. Windows color (decimal): -1027476 or 7099120. OLE color: 7099120.
HSL color Cylindrical-coordinate representation of color #F0526C: hue angle of 350.13º 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 #F0526C is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 108 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.06 |
| HSL | 350.13º | 0.84% | 0.63% | - |
| HSV(B) | 350.13º | 0.66% | 0.94% | - |
| XYZ | 41.66 | 25.64 | 16.94 | - |
| YUV | 132.21 | 114.35 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 108 | 0 | 0.66 | 0.55 | 0.06 | 350.13 | 0.84 | 0.63 |
| Hex | F0 | 52 | 6C | 0 | 42 | 37 | 6 | 15E | 54 | 3F |
| Octal | 360 | 122 | 154 | 0 | 102 | 67 | 6 | 536 | 124 | 77 |
| Binary | 11110000 | 1010010 | 1101100 | 0 | 1000010 | 110111 | 110 | 101011110 | 1010100 | 111111 |
Color Harmonies of #F0526C
Complementary color
Monochromatic Colors of #F0526C
Black with #F0526C
Text Example
Text Example
White with #F0526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0526C; }
p { color: rgb(240,82,108); }
H1.HeaderClassName
{
color: #F0526C;
}
.AnyTagClassName
{
color: #F0526C;
}
</style>
background-color css
<style>
a { background-color: #F0526C; }
a { background-color: rgb(240,82,108); }
div.DivClassName
{
background-color: #F0526C;
}
.BgClassName
{
background-color: #F0526C;
}
</style>
border-color css
<style>
span { border-color: #F0526C; }
span { border-color: rgb(240,82,108); }
td.TdClassName
{
border-color: #F0526C;
}
.TagClassName
{
border-color: #F0526C;
}
</style>