Shades of Wild Watermelon #F3516C
Tints of Wild Watermelon #F3516C
RGB
CMYK
RGB Variations
Color information
#F3516C (or 0xF3516C) is known color: Wild Watermelon. HEX triplet: F3, 51 and 6C. RGB value is (243,81,108). Sum of RGB (Red+Green+Blue) = 243+81+108=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F3516C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3516C is #0CAE93. Grayscale: #848484. Windows color (decimal): -831124 or 7098867. OLE color: 7098867.
HSL color Cylindrical-coordinate representation of color #F3516C: hue angle of 350º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F3516C is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 81 | 108 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.05 |
| HSL | 350º | 0.87% | 0.64% | - |
| HSV(B) | 350º | 0.67% | 0.95% | - |
| XYZ | 42.61 | 26.02 | 16.96 | - |
| YUV | 132.52 | 114.17 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 108 | 0 | 0.67 | 0.56 | 0.05 | 350 | 0.87 | 0.64 |
| Hex | F3 | 51 | 6C | 0 | 43 | 38 | 5 | 15E | 57 | 40 |
| Octal | 363 | 121 | 154 | 0 | 103 | 70 | 5 | 536 | 127 | 100 |
| Binary | 11110011 | 1010001 | 1101100 | 0 | 1000011 | 111000 | 101 | 101011110 | 1010111 | 1000000 |
Color Harmonies of #F3516C
Complementary color
Monochromatic Colors of #F3516C
Black with #F3516C
Text Example
Text Example
White with #F3516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3516C; }
p { color: rgb(243,81,108); }
H1.HeaderClassName
{
color: #F3516C;
}
.AnyTagClassName
{
color: #F3516C;
}
</style>
background-color css
<style>
a { background-color: #F3516C; }
a { background-color: rgb(243,81,108); }
div.DivClassName
{
background-color: #F3516C;
}
.BgClassName
{
background-color: #F3516C;
}
</style>
border-color css
<style>
span { border-color: #F3516C; }
span { border-color: rgb(243,81,108); }
td.TdClassName
{
border-color: #F3516C;
}
.TagClassName
{
border-color: #F3516C;
}
</style>