Shades of Wild Watermelon #F3536C
Tints of Wild Watermelon #F3536C
RGB
CMYK
RGB Variations
Color information
#F3536C (or 0xF3536C) is known color: Wild Watermelon. HEX triplet: F3, 53 and 6C. RGB value is (243,83,108). Sum of RGB (Red+Green+Blue) = 243+83+108=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F3536C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3536C is #0CAC93. Grayscale: #858585. Windows color (decimal): -830612 or 7099379. OLE color: 7099379.
HSL color Cylindrical-coordinate representation of color #F3536C: hue angle of 350.62º 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 #F3536C is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 108 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.05 |
| HSL | 350.63º | 0.87% | 0.64% | - |
| HSV(B) | 350.63º | 0.66% | 0.95% | - |
| XYZ | 42.76 | 26.32 | 17.01 | - |
| YUV | 133.69 | 113.51 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 108 | 0 | 0.66 | 0.56 | 0.05 | 350.63 | 0.87 | 0.64 |
| Hex | F3 | 53 | 6C | 0 | 42 | 38 | 5 | 15F | 57 | 40 |
| Octal | 363 | 123 | 154 | 0 | 102 | 70 | 5 | 537 | 127 | 100 |
| Binary | 11110011 | 1010011 | 1101100 | 0 | 1000010 | 111000 | 101 | 101011111 | 1010111 | 1000000 |
Color Harmonies of #F3536C
Complementary color
Monochromatic Colors of #F3536C
Black with #F3536C
Text Example
Text Example
White with #F3536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3536C; }
p { color: rgb(243,83,108); }
H1.HeaderClassName
{
color: #F3536C;
}
.AnyTagClassName
{
color: #F3536C;
}
</style>
background-color css
<style>
a { background-color: #F3536C; }
a { background-color: rgb(243,83,108); }
div.DivClassName
{
background-color: #F3536C;
}
.BgClassName
{
background-color: #F3536C;
}
</style>
border-color css
<style>
span { border-color: #F3536C; }
span { border-color: rgb(243,83,108); }
td.TdClassName
{
border-color: #F3536C;
}
.TagClassName
{
border-color: #F3536C;
}
</style>