Shades of Wild Watermelon #F2486D
Tints of Wild Watermelon #F2486D
RGB
CMYK
RGB Variations
Color information
#F2486D (or 0xF2486D) is known color: Wild Watermelon. HEX triplet: F2, 48 and 6D. RGB value is (242,72,109). Sum of RGB (Red+Green+Blue) = 242+72+109=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2486D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2486D is #0DB792. Grayscale: #7F7F7F. Windows color (decimal): -898963 or 7162098. OLE color: 7162098.
HSL color Cylindrical-coordinate representation of color #F2486D: hue angle of 346.94º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2486D is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 109 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.05 |
| HSL | 346.94º | 0.87% | 0.62% | - |
| HSV(B) | 346.94º | 0.7% | 0.95% | - |
| XYZ | 41.7 | 24.62 | 17.02 | - |
| YUV | 127.05 | 117.82 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 109 | 0 | 0.70 | 0.55 | 0.05 | 346.94 | 0.87 | 0.62 |
| Hex | F2 | 48 | 6D | 0 | 46 | 37 | 5 | 15B | 57 | 3E |
| Octal | 362 | 110 | 155 | 0 | 106 | 67 | 5 | 533 | 127 | 76 |
| Binary | 11110010 | 1001000 | 1101101 | 0 | 1000110 | 110111 | 101 | 101011011 | 1010111 | 111110 |
Color Harmonies of #F2486D
Complementary color
Monochromatic Colors of #F2486D
Black with #F2486D
Text Example
Text Example
White with #F2486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2486D; }
p { color: rgb(242,72,109); }
H1.HeaderClassName
{
color: #F2486D;
}
.AnyTagClassName
{
color: #F2486D;
}
</style>
background-color css
<style>
a { background-color: #F2486D; }
a { background-color: rgb(242,72,109); }
div.DivClassName
{
background-color: #F2486D;
}
.BgClassName
{
background-color: #F2486D;
}
</style>
border-color css
<style>
span { border-color: #F2486D; }
span { border-color: rgb(242,72,109); }
td.TdClassName
{
border-color: #F2486D;
}
.TagClassName
{
border-color: #F2486D;
}
</style>