Shades of Wild Watermelon #F3575D
Tints of Wild Watermelon #F3575D
RGB
CMYK
RGB Variations
Color information
#F3575D (or 0xF3575D) is known color: Wild Watermelon. HEX triplet: F3, 57 and 5D. RGB value is (243,87,93). Sum of RGB (Red+Green+Blue) = 243+87+93=423 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.45% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 243 - color contains mainly: red. Hex color #F3575D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3575D is #0CA8A2. Grayscale: #868686. Windows color (decimal): -829603 or 6117363. OLE color: 6117363.
HSL color Cylindrical-coordinate representation of color #F3575D: hue angle of 357.69º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F3575D is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 87 | 93 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.05 |
| HSL | 357.69º | 0.87% | 0.65% | - |
| HSV(B) | 357.69º | 0.64% | 0.95% | - |
| XYZ | 42.35 | 26.66 | 13.27 | - |
| YUV | 134.33 | 104.68 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 87 | 93 | 0 | 0.64 | 0.62 | 0.05 | 357.69 | 0.87 | 0.65 |
| Hex | F3 | 57 | 5D | 0 | 40 | 3E | 5 | 166 | 57 | 41 |
| Octal | 363 | 127 | 135 | 0 | 100 | 76 | 5 | 546 | 127 | 101 |
| Binary | 11110011 | 1010111 | 1011101 | 0 | 1000000 | 111110 | 101 | 101100110 | 1010111 | 1000001 |
Color Harmonies of #F3575D
Complementary color
Monochromatic Colors of #F3575D
Black with #F3575D
Text Example
Text Example
White with #F3575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3575D; }
p { color: rgb(243,87,93); }
H1.HeaderClassName
{
color: #F3575D;
}
.AnyTagClassName
{
color: #F3575D;
}
</style>
background-color css
<style>
a { background-color: #F3575D; }
a { background-color: rgb(243,87,93); }
div.DivClassName
{
background-color: #F3575D;
}
.BgClassName
{
background-color: #F3575D;
}
</style>
border-color css
<style>
span { border-color: #F3575D; }
span { border-color: rgb(243,87,93); }
td.TdClassName
{
border-color: #F3575D;
}
.TagClassName
{
border-color: #F3575D;
}
</style>