Shades of Wild Watermelon #F3585A
Tints of Wild Watermelon #F3585A
RGB
CMYK
RGB Variations
Color information
#F3585A (or 0xF3585A) is known color: Wild Watermelon. HEX triplet: F3, 58 and 5A. RGB value is (243,88,90). Sum of RGB (Red+Green+Blue) = 243+88+90=421 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.72% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 243 - color contains mainly: red. Hex color #F3585A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3585A is #0CA7A5. Grayscale: #868686. Windows color (decimal): -829350 or 5921011. OLE color: 5921011.
HSL color Cylindrical-coordinate representation of color #F3585A: hue angle of 359.23º 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 #F3585A is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 88 | 90 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.05 |
| HSL | 359.23º | 0.87% | 0.65% | - |
| HSV(B) | 359.23º | 0.64% | 0.95% | - |
| XYZ | 42.3 | 26.77 | 12.61 | - |
| YUV | 134.57 | 102.85 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 90 | 0 | 0.64 | 0.63 | 0.05 | 359.23 | 0.87 | 0.65 |
| Hex | F3 | 58 | 5A | 0 | 40 | 3F | 5 | 167 | 57 | 41 |
| Octal | 363 | 130 | 132 | 0 | 100 | 77 | 5 | 547 | 127 | 101 |
| Binary | 11110011 | 1011000 | 1011010 | 0 | 1000000 | 111111 | 101 | 101100111 | 1010111 | 1000001 |
Color Harmonies of #F3585A
Complementary color
Monochromatic Colors of #F3585A
Black with #F3585A
Text Example
Text Example
White with #F3585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3585A; }
p { color: rgb(243,88,90); }
H1.HeaderClassName
{
color: #F3585A;
}
.AnyTagClassName
{
color: #F3585A;
}
</style>
background-color css
<style>
a { background-color: #F3585A; }
a { background-color: rgb(243,88,90); }
div.DivClassName
{
background-color: #F3585A;
}
.BgClassName
{
background-color: #F3585A;
}
</style>
border-color css
<style>
span { border-color: #F3585A; }
span { border-color: rgb(243,88,90); }
td.TdClassName
{
border-color: #F3585A;
}
.TagClassName
{
border-color: #F3585A;
}
</style>