Shades of Wild Watermelon #F35D62
Tints of Wild Watermelon #F35D62
RGB
CMYK
RGB Variations
Color information
#F35D62 (or 0xF35D62) is known color: Wild Watermelon. HEX triplet: F3, 5D and 62. RGB value is (243,93,98). Sum of RGB (Red+Green+Blue) = 243+93+98=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F35D62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35D62 is #0CA29D. Grayscale: #8A8A8A. Windows color (decimal): -828062 or 6446579. OLE color: 6446579.
HSL color Cylindrical-coordinate representation of color #F35D62: hue angle of 358º 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 #F35D62 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 93 | 98 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.05 |
| HSL | 358º | 0.86% | 0.66% | - |
| HSV(B) | 358º | 0.62% | 0.95% | - |
| XYZ | 43.08 | 27.77 | 14.64 | - |
| YUV | 138.42 | 105.2 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 93 | 98 | 0 | 0.62 | 0.60 | 0.05 | 358 | 0.86 | 0.66 |
| Hex | F3 | 5D | 62 | 0 | 3E | 3C | 5 | 166 | 56 | 42 |
| Octal | 363 | 135 | 142 | 0 | 76 | 74 | 5 | 546 | 126 | 102 |
| Binary | 11110011 | 1011101 | 1100010 | 0 | 111110 | 111100 | 101 | 101100110 | 1010110 | 1000010 |
Color Harmonies of #F35D62
Complementary color
Monochromatic Colors of #F35D62
Black with #F35D62
Text Example
Text Example
White with #F35D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35D62; }
p { color: rgb(243,93,98); }
H1.HeaderClassName
{
color: #F35D62;
}
.AnyTagClassName
{
color: #F35D62;
}
</style>
background-color css
<style>
a { background-color: #F35D62; }
a { background-color: rgb(243,93,98); }
div.DivClassName
{
background-color: #F35D62;
}
.BgClassName
{
background-color: #F35D62;
}
</style>
border-color css
<style>
span { border-color: #F35D62; }
span { border-color: rgb(243,93,98); }
td.TdClassName
{
border-color: #F35D62;
}
.TagClassName
{
border-color: #F35D62;
}
</style>