Shades of Wild Watermelon #F35373
Tints of Wild Watermelon #F35373
RGB
CMYK
RGB Variations
Color information
#F35373 (or 0xF35373) is known color: Wild Watermelon. HEX triplet: F3, 53 and 73. RGB value is (243,83,115). Sum of RGB (Red+Green+Blue) = 243+83+115=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F35373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35373 is #0CAC8C. Grayscale: #868686. Windows color (decimal): -830605 or 7558131. OLE color: 7558131.
HSL color Cylindrical-coordinate representation of color #F35373: hue angle of 348º 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 #F35373 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 115 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.05 |
| HSL | 348º | 0.87% | 0.64% | - |
| HSV(B) | 348º | 0.66% | 0.95% | - |
| XYZ | 43.15 | 26.48 | 19.06 | - |
| YUV | 134.49 | 117.01 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 115 | 0 | 0.66 | 0.53 | 0.05 | 348 | 0.87 | 0.64 |
| Hex | F3 | 53 | 73 | 0 | 42 | 35 | 5 | 15C | 57 | 40 |
| Octal | 363 | 123 | 163 | 0 | 102 | 65 | 5 | 534 | 127 | 100 |
| Binary | 11110011 | 1010011 | 1110011 | 0 | 1000010 | 110101 | 101 | 101011100 | 1010111 | 1000000 |
Color Harmonies of #F35373
Complementary color
Monochromatic Colors of #F35373
Black with #F35373
Text Example
Text Example
White with #F35373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35373; }
p { color: rgb(243,83,115); }
H1.HeaderClassName
{
color: #F35373;
}
.AnyTagClassName
{
color: #F35373;
}
</style>
background-color css
<style>
a { background-color: #F35373; }
a { background-color: rgb(243,83,115); }
div.DivClassName
{
background-color: #F35373;
}
.BgClassName
{
background-color: #F35373;
}
</style>
border-color css
<style>
span { border-color: #F35373; }
span { border-color: rgb(243,83,115); }
td.TdClassName
{
border-color: #F35373;
}
.TagClassName
{
border-color: #F35373;
}
</style>