Shades of Wild Watermelon #F5526A
Tints of Wild Watermelon #F5526A
RGB
CMYK
RGB Variations
Color information
#F5526A (or 0xF5526A) is known color: Wild Watermelon. HEX triplet: F5, 52 and 6A. RGB value is (245,82,106). Sum of RGB (Red+Green+Blue) = 245+82+106=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F5526A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5526A is #0AAD95. Grayscale: #858585. Windows color (decimal): -699798 or 6968053. OLE color: 6968053.
HSL color Cylindrical-coordinate representation of color #F5526A: hue angle of 351.17º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5526A is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 82 | 106 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.04 |
| HSL | 351.17º | 0.89% | 0.64% | - |
| HSV(B) | 351.17º | 0.67% | 0.96% | - |
| XYZ | 43.28 | 26.49 | 16.47 | - |
| YUV | 133.47 | 112.5 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 106 | 0 | 0.67 | 0.57 | 0.04 | 351.17 | 0.89 | 0.64 |
| Hex | F5 | 52 | 6A | 0 | 43 | 39 | 4 | 15F | 59 | 40 |
| Octal | 365 | 122 | 152 | 0 | 103 | 71 | 4 | 537 | 131 | 100 |
| Binary | 11110101 | 1010010 | 1101010 | 0 | 1000011 | 111001 | 100 | 101011111 | 1011001 | 1000000 |
Color Harmonies of #F5526A
Complementary color
Monochromatic Colors of #F5526A
Black with #F5526A
Text Example
Text Example
White with #F5526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5526A; }
p { color: rgb(245,82,106); }
H1.HeaderClassName
{
color: #F5526A;
}
.AnyTagClassName
{
color: #F5526A;
}
</style>
background-color css
<style>
a { background-color: #F5526A; }
a { background-color: rgb(245,82,106); }
div.DivClassName
{
background-color: #F5526A;
}
.BgClassName
{
background-color: #F5526A;
}
</style>
border-color css
<style>
span { border-color: #F5526A; }
span { border-color: rgb(245,82,106); }
td.TdClassName
{
border-color: #F5526A;
}
.TagClassName
{
border-color: #F5526A;
}
</style>