Shades of Wild Watermelon #F4526A
Tints of Wild Watermelon #F4526A
RGB
CMYK
RGB Variations
Color information
#F4526A (or 0xF4526A) is known color: Wild Watermelon. HEX triplet: F4, 52 and 6A. RGB value is (244,82,106). Sum of RGB (Red+Green+Blue) = 244+82+106=432 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.48% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 244 - color contains mainly: red. Hex color #F4526A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4526A is #0BAD95. Grayscale: #858585. Windows color (decimal): -765334 or 6968052. OLE color: 6968052.
HSL color Cylindrical-coordinate representation of color #F4526A: hue angle of 351.11º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F4526A is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 82 | 106 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.04 |
| HSL | 351.11º | 0.88% | 0.64% | - |
| HSV(B) | 351.11º | 0.66% | 0.96% | - |
| XYZ | 42.93 | 26.31 | 16.45 | - |
| YUV | 133.17 | 112.67 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 82 | 106 | 0 | 0.66 | 0.57 | 0.04 | 351.11 | 0.88 | 0.64 |
| Hex | F4 | 52 | 6A | 0 | 42 | 39 | 4 | 15F | 58 | 40 |
| Octal | 364 | 122 | 152 | 0 | 102 | 71 | 4 | 537 | 130 | 100 |
| Binary | 11110100 | 1010010 | 1101010 | 0 | 1000010 | 111001 | 100 | 101011111 | 1011000 | 1000000 |
Color Harmonies of #F4526A
Complementary color
Monochromatic Colors of #F4526A
Black with #F4526A
Text Example
Text Example
White with #F4526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4526A; }
p { color: rgb(244,82,106); }
H1.HeaderClassName
{
color: #F4526A;
}
.AnyTagClassName
{
color: #F4526A;
}
</style>
background-color css
<style>
a { background-color: #F4526A; }
a { background-color: rgb(244,82,106); }
div.DivClassName
{
background-color: #F4526A;
}
.BgClassName
{
background-color: #F4526A;
}
</style>
border-color css
<style>
span { border-color: #F4526A; }
span { border-color: rgb(244,82,106); }
td.TdClassName
{
border-color: #F4526A;
}
.TagClassName
{
border-color: #F4526A;
}
</style>