Shades of Wild Watermelon #F3536D
Tints of Wild Watermelon #F3536D
RGB
CMYK
RGB Variations
Color information
#F3536D (or 0xF3536D) is known color: Wild Watermelon. HEX triplet: F3, 53 and 6D. RGB value is (243,83,109). Sum of RGB (Red+Green+Blue) = 243+83+109=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F3536D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3536D is #0CAC92. Grayscale: #858585. Windows color (decimal): -830611 or 7164915. OLE color: 7164915.
HSL color Cylindrical-coordinate representation of color #F3536D: hue angle of 350.25º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F3536D is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 109 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.05 |
| HSL | 350.25º | 0.87% | 0.64% | - |
| HSV(B) | 350.25º | 0.66% | 0.95% | - |
| XYZ | 42.82 | 26.35 | 17.3 | - |
| YUV | 133.8 | 114.01 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 109 | 0 | 0.66 | 0.55 | 0.05 | 350.25 | 0.87 | 0.64 |
| Hex | F3 | 53 | 6D | 0 | 42 | 37 | 5 | 15E | 57 | 40 |
| Octal | 363 | 123 | 155 | 0 | 102 | 67 | 5 | 536 | 127 | 100 |
| Binary | 11110011 | 1010011 | 1101101 | 0 | 1000010 | 110111 | 101 | 101011110 | 1010111 | 1000000 |
Color Harmonies of #F3536D
Complementary color
Monochromatic Colors of #F3536D
Black with #F3536D
Text Example
Text Example
White with #F3536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3536D; }
p { color: rgb(243,83,109); }
H1.HeaderClassName
{
color: #F3536D;
}
.AnyTagClassName
{
color: #F3536D;
}
</style>
background-color css
<style>
a { background-color: #F3536D; }
a { background-color: rgb(243,83,109); }
div.DivClassName
{
background-color: #F3536D;
}
.BgClassName
{
background-color: #F3536D;
}
</style>
border-color css
<style>
span { border-color: #F3536D; }
span { border-color: rgb(243,83,109); }
td.TdClassName
{
border-color: #F3536D;
}
.TagClassName
{
border-color: #F3536D;
}
</style>