Shades of Wild Watermelon #F0486A
Tints of Wild Watermelon #F0486A
RGB
CMYK
RGB Variations
Color information
#F0486A (or 0xF0486A) is known color: Wild Watermelon. HEX triplet: F0, 48 and 6A. RGB value is (240,72,106). Sum of RGB (Red+Green+Blue) = 240+72+106=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0486A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0486A is #0FB795. Grayscale: #7E7E7E. Windows color (decimal): -1030038 or 6965488. OLE color: 6965488.
HSL color Cylindrical-coordinate representation of color #F0486A: hue angle of 347.86º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0486A is Cyan = 0, Magento = 0.7, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 106 | - |
| CMYK | 0 | 0.7 | 0.56 | 0.06 |
| HSL | 347.86º | 0.85% | 0.61% | - |
| HSV(B) | 347.86º | 0.7% | 0.94% | - |
| XYZ | 40.85 | 24.2 | 16.15 | - |
| YUV | 126.11 | 116.66 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 106 | 0 | 0.7 | 0.56 | 0.06 | 347.86 | 0.85 | 0.61 |
| Hex | F0 | 48 | 6A | 0 | 46 | 38 | 6 | 15C | 55 | 3D |
| Octal | 360 | 110 | 152 | 0 | 106 | 70 | 6 | 534 | 125 | 75 |
| Binary | 11110000 | 1001000 | 1101010 | 0 | 1000110 | 111000 | 110 | 101011100 | 1010101 | 111101 |
Color Harmonies of #F0486A
Complementary color
Monochromatic Colors of #F0486A
Black with #F0486A
Text Example
Text Example
White with #F0486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0486A; }
p { color: rgb(240,72,106); }
H1.HeaderClassName
{
color: #F0486A;
}
.AnyTagClassName
{
color: #F0486A;
}
</style>
background-color css
<style>
a { background-color: #F0486A; }
a { background-color: rgb(240,72,106); }
div.DivClassName
{
background-color: #F0486A;
}
.BgClassName
{
background-color: #F0486A;
}
</style>
border-color css
<style>
span { border-color: #F0486A; }
span { border-color: rgb(240,72,106); }
td.TdClassName
{
border-color: #F0486A;
}
.TagClassName
{
border-color: #F0486A;
}
</style>