Shades of Wild Watermelon #F35C65
Tints of Wild Watermelon #F35C65
RGB
CMYK
RGB Variations
Color information
#F35C65 (or 0xF35C65) is known color: Wild Watermelon. HEX triplet: F3, 5C and 65. RGB value is (243,92,101). Sum of RGB (Red+Green+Blue) = 243+92+101=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35C65 is #0CA39A. Grayscale: #8A8A8A. Windows color (decimal): -828315 or 6642931. OLE color: 6642931.
HSL color Cylindrical-coordinate representation of color #F35C65: hue angle of 356.42º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F35C65 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 92 | 101 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.05 |
| HSL | 356.42º | 0.86% | 0.66% | - |
| HSV(B) | 356.42º | 0.62% | 0.95% | - |
| XYZ | 43.14 | 27.65 | 15.37 | - |
| YUV | 138.18 | 107.03 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 92 | 101 | 0 | 0.62 | 0.58 | 0.05 | 356.42 | 0.86 | 0.66 |
| Hex | F3 | 5C | 65 | 0 | 3E | 3A | 5 | 164 | 56 | 42 |
| Octal | 363 | 134 | 145 | 0 | 76 | 72 | 5 | 544 | 126 | 102 |
| Binary | 11110011 | 1011100 | 1100101 | 0 | 111110 | 111010 | 101 | 101100100 | 1010110 | 1000010 |
Color Harmonies of #F35C65
Complementary color
Monochromatic Colors of #F35C65
Black with #F35C65
Text Example
Text Example
White with #F35C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35C65; }
p { color: rgb(243,92,101); }
H1.HeaderClassName
{
color: #F35C65;
}
.AnyTagClassName
{
color: #F35C65;
}
</style>
background-color css
<style>
a { background-color: #F35C65; }
a { background-color: rgb(243,92,101); }
div.DivClassName
{
background-color: #F35C65;
}
.BgClassName
{
background-color: #F35C65;
}
</style>
border-color css
<style>
span { border-color: #F35C65; }
span { border-color: rgb(243,92,101); }
td.TdClassName
{
border-color: #F35C65;
}
.TagClassName
{
border-color: #F35C65;
}
</style>