Shades of Wild Watermelon #F35666
Tints of Wild Watermelon #F35666
RGB
CMYK
RGB Variations
Color information
#F35666 (or 0xF35666) is known color: Wild Watermelon. HEX triplet: F3, 56 and 66. RGB value is (243,86,102). Sum of RGB (Red+Green+Blue) = 243+86+102=431 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.38% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 243 - color contains mainly: red. Hex color #F35666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35666 is #0CA999. Grayscale: #868686. Windows color (decimal): -829850 or 6706931. OLE color: 6706931.
HSL color Cylindrical-coordinate representation of color #F35666: hue angle of 353.89º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F35666 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 86 | 102 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.05 |
| HSL | 353.89º | 0.87% | 0.65% | - |
| HSV(B) | 353.89º | 0.65% | 0.95% | - |
| XYZ | 42.69 | 26.67 | 15.47 | - |
| YUV | 134.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 86 | 102 | 0 | 0.65 | 0.58 | 0.05 | 353.89 | 0.87 | 0.65 |
| Hex | F3 | 56 | 66 | 0 | 41 | 3A | 5 | 162 | 57 | 41 |
| Octal | 363 | 126 | 146 | 0 | 101 | 72 | 5 | 542 | 127 | 101 |
| Binary | 11110011 | 1010110 | 1100110 | 0 | 1000001 | 111010 | 101 | 101100010 | 1010111 | 1000001 |
Color Harmonies of #F35666
Complementary color
Monochromatic Colors of #F35666
Black with #F35666
Text Example
Text Example
White with #F35666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35666; }
p { color: rgb(243,86,102); }
H1.HeaderClassName
{
color: #F35666;
}
.AnyTagClassName
{
color: #F35666;
}
</style>
background-color css
<style>
a { background-color: #F35666; }
a { background-color: rgb(243,86,102); }
div.DivClassName
{
background-color: #F35666;
}
.BgClassName
{
background-color: #F35666;
}
</style>
border-color css
<style>
span { border-color: #F35666; }
span { border-color: rgb(243,86,102); }
td.TdClassName
{
border-color: #F35666;
}
.TagClassName
{
border-color: #F35666;
}
</style>