Shades of Wild Watermelon #F5535C
Tints of Wild Watermelon #F5535C
RGB
CMYK
RGB Variations
Color information
#F5535C (or 0xF5535C) is known color: Wild Watermelon. HEX triplet: F5, 53 and 5C. RGB value is (245,83,92). Sum of RGB (Red+Green+Blue) = 245+83+92=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F5535C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5535C is #0AACA3. Grayscale: #848484. Windows color (decimal): -699556 or 6050805. OLE color: 6050805.
HSL color Cylindrical-coordinate representation of color #F5535C: hue angle of 356.67º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5535C is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 92 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.04 |
| HSL | 356.67º | 0.89% | 0.64% | - |
| HSV(B) | 356.67º | 0.66% | 0.96% | - |
| XYZ | 42.68 | 26.37 | 12.97 | - |
| YUV | 132.46 | 105.17 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 92 | 0 | 0.66 | 0.62 | 0.04 | 356.67 | 0.89 | 0.64 |
| Hex | F5 | 53 | 5C | 0 | 42 | 3E | 4 | 165 | 59 | 40 |
| Octal | 365 | 123 | 134 | 0 | 102 | 76 | 4 | 545 | 131 | 100 |
| Binary | 11110101 | 1010011 | 1011100 | 0 | 1000010 | 111110 | 100 | 101100101 | 1011001 | 1000000 |
Color Harmonies of #F5535C
Complementary color
Monochromatic Colors of #F5535C
Black with #F5535C
Text Example
Text Example
White with #F5535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5535C; }
p { color: rgb(245,83,92); }
H1.HeaderClassName
{
color: #F5535C;
}
.AnyTagClassName
{
color: #F5535C;
}
</style>
background-color css
<style>
a { background-color: #F5535C; }
a { background-color: rgb(245,83,92); }
div.DivClassName
{
background-color: #F5535C;
}
.BgClassName
{
background-color: #F5535C;
}
</style>
border-color css
<style>
span { border-color: #F5535C; }
span { border-color: rgb(245,83,92); }
td.TdClassName
{
border-color: #F5535C;
}
.TagClassName
{
border-color: #F5535C;
}
</style>