Shades of Wild Watermelon #F35D64
Tints of Wild Watermelon #F35D64
RGB
CMYK
RGB Variations
Color information
#F35D64 (or 0xF35D64) is known color: Wild Watermelon. HEX triplet: F3, 5D and 64. RGB value is (243,93,100). Sum of RGB (Red+Green+Blue) = 243+93+100=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F35D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35D64 is #0CA29B. Grayscale: #8A8A8A. Windows color (decimal): -828060 or 6577651. OLE color: 6577651.
HSL color Cylindrical-coordinate representation of color #F35D64: hue angle of 357.2º 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 #F35D64 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 93 | 100 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.05 |
| HSL | 357.2º | 0.86% | 0.66% | - |
| HSV(B) | 357.2º | 0.62% | 0.95% | - |
| XYZ | 43.18 | 27.8 | 15.15 | - |
| YUV | 138.65 | 106.2 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 93 | 100 | 0 | 0.62 | 0.59 | 0.05 | 357.2 | 0.86 | 0.66 |
| Hex | F3 | 5D | 64 | 0 | 3E | 3B | 5 | 165 | 56 | 42 |
| Octal | 363 | 135 | 144 | 0 | 76 | 73 | 5 | 545 | 126 | 102 |
| Binary | 11110011 | 1011101 | 1100100 | 0 | 111110 | 111011 | 101 | 101100101 | 1010110 | 1000010 |
Color Harmonies of #F35D64
Complementary color
Monochromatic Colors of #F35D64
Black with #F35D64
Text Example
Text Example
White with #F35D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35D64; }
p { color: rgb(243,93,100); }
H1.HeaderClassName
{
color: #F35D64;
}
.AnyTagClassName
{
color: #F35D64;
}
</style>
background-color css
<style>
a { background-color: #F35D64; }
a { background-color: rgb(243,93,100); }
div.DivClassName
{
background-color: #F35D64;
}
.BgClassName
{
background-color: #F35D64;
}
</style>
border-color css
<style>
span { border-color: #F35D64; }
span { border-color: rgb(243,93,100); }
td.TdClassName
{
border-color: #F35D64;
}
.TagClassName
{
border-color: #F35D64;
}
</style>