Shades of Wild Watermelon #F35575
Tints of Wild Watermelon #F35575
RGB
CMYK
RGB Variations
Color information
#F35575 (or 0xF35575) is known color: Wild Watermelon. HEX triplet: F3, 55 and 75. RGB value is (243,85,117). Sum of RGB (Red+Green+Blue) = 243+85+117=445 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.61% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 243 - color contains mainly: red. Hex color #F35575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35575 is #0CAA8A. Grayscale: #878787. Windows color (decimal): -830091 or 7689715. OLE color: 7689715.
HSL color Cylindrical-coordinate representation of color #F35575: hue angle of 347.85º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F35575 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 85 | 117 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.05 |
| HSL | 347.85º | 0.87% | 0.64% | - |
| HSV(B) | 347.85º | 0.65% | 0.95% | - |
| XYZ | 43.42 | 26.84 | 19.72 | - |
| YUV | 135.89 | 117.35 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 85 | 117 | 0 | 0.65 | 0.52 | 0.05 | 347.85 | 0.87 | 0.64 |
| Hex | F3 | 55 | 75 | 0 | 41 | 34 | 5 | 15C | 57 | 40 |
| Octal | 363 | 125 | 165 | 0 | 101 | 64 | 5 | 534 | 127 | 100 |
| Binary | 11110011 | 1010101 | 1110101 | 0 | 1000001 | 110100 | 101 | 101011100 | 1010111 | 1000000 |
Color Harmonies of #F35575
Complementary color
Monochromatic Colors of #F35575
Black with #F35575
Text Example
Text Example
White with #F35575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35575; }
p { color: rgb(243,85,117); }
H1.HeaderClassName
{
color: #F35575;
}
.AnyTagClassName
{
color: #F35575;
}
</style>
background-color css
<style>
a { background-color: #F35575; }
a { background-color: rgb(243,85,117); }
div.DivClassName
{
background-color: #F35575;
}
.BgClassName
{
background-color: #F35575;
}
</style>
border-color css
<style>
span { border-color: #F35575; }
span { border-color: rgb(243,85,117); }
td.TdClassName
{
border-color: #F35575;
}
.TagClassName
{
border-color: #F35575;
}
</style>