Shades of Wild Watermelon #F3506D
Tints of Wild Watermelon #F3506D
RGB
CMYK
RGB Variations
Color information
#F3506D (or 0xF3506D) is known color: Wild Watermelon. HEX triplet: F3, 50 and 6D. RGB value is (243,80,109). Sum of RGB (Red+Green+Blue) = 243+80+109=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F3506D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3506D is #0CAF92. Grayscale: #848484. Windows color (decimal): -831379 or 7164147. OLE color: 7164147.
HSL color Cylindrical-coordinate representation of color #F3506D: hue angle of 349.33º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F3506D is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 109 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.05 |
| HSL | 349.33º | 0.87% | 0.63% | - |
| HSV(B) | 349.33º | 0.67% | 0.95% | - |
| XYZ | 42.59 | 25.9 | 17.22 | - |
| YUV | 132.04 | 115 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 109 | 0 | 0.67 | 0.55 | 0.05 | 349.33 | 0.87 | 0.63 |
| Hex | F3 | 50 | 6D | 0 | 43 | 37 | 5 | 15D | 57 | 3F |
| Octal | 363 | 120 | 155 | 0 | 103 | 67 | 5 | 535 | 127 | 77 |
| Binary | 11110011 | 1010000 | 1101101 | 0 | 1000011 | 110111 | 101 | 101011101 | 1010111 | 111111 |
Color Harmonies of #F3506D
Complementary color
Monochromatic Colors of #F3506D
Black with #F3506D
Text Example
Text Example
White with #F3506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3506D; }
p { color: rgb(243,80,109); }
H1.HeaderClassName
{
color: #F3506D;
}
.AnyTagClassName
{
color: #F3506D;
}
</style>
background-color css
<style>
a { background-color: #F3506D; }
a { background-color: rgb(243,80,109); }
div.DivClassName
{
background-color: #F3506D;
}
.BgClassName
{
background-color: #F3506D;
}
</style>
border-color css
<style>
span { border-color: #F3506D; }
span { border-color: rgb(243,80,109); }
td.TdClassName
{
border-color: #F3506D;
}
.TagClassName
{
border-color: #F3506D;
}
</style>