Shades of Wild Watermelon #F3575C
Tints of Wild Watermelon #F3575C
RGB
CMYK
RGB Variations
Color information
#F3575C (or 0xF3575C) is known color: Wild Watermelon. HEX triplet: F3, 57 and 5C. RGB value is (243,87,92). Sum of RGB (Red+Green+Blue) = 243+87+92=422 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.58% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 243 - color contains mainly: red. Hex color #F3575C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3575C is #0CA8A3. Grayscale: #868686. Windows color (decimal): -829604 or 6051827. OLE color: 6051827.
HSL color Cylindrical-coordinate representation of color #F3575C: hue angle of 358.08º 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 #F3575C is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 87 | 92 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.05 |
| HSL | 358.08º | 0.87% | 0.65% | - |
| HSV(B) | 358.08º | 0.64% | 0.95% | - |
| XYZ | 42.3 | 26.64 | 13.04 | - |
| YUV | 134.21 | 104.18 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 87 | 92 | 0 | 0.64 | 0.62 | 0.05 | 358.08 | 0.87 | 0.65 |
| Hex | F3 | 57 | 5C | 0 | 40 | 3E | 5 | 166 | 57 | 41 |
| Octal | 363 | 127 | 134 | 0 | 100 | 76 | 5 | 546 | 127 | 101 |
| Binary | 11110011 | 1010111 | 1011100 | 0 | 1000000 | 111110 | 101 | 101100110 | 1010111 | 1000001 |
Color Harmonies of #F3575C
Complementary color
Monochromatic Colors of #F3575C
Black with #F3575C
Text Example
Text Example
White with #F3575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3575C; }
p { color: rgb(243,87,92); }
H1.HeaderClassName
{
color: #F3575C;
}
.AnyTagClassName
{
color: #F3575C;
}
</style>
background-color css
<style>
a { background-color: #F3575C; }
a { background-color: rgb(243,87,92); }
div.DivClassName
{
background-color: #F3575C;
}
.BgClassName
{
background-color: #F3575C;
}
</style>
border-color css
<style>
span { border-color: #F3575C; }
span { border-color: rgb(243,87,92); }
td.TdClassName
{
border-color: #F3575C;
}
.TagClassName
{
border-color: #F3575C;
}
</style>