Shades of Wild Watermelon #F55B5C
Tints of Wild Watermelon #F55B5C
RGB
CMYK
RGB Variations
Color information
#F55B5C (or 0xF55B5C) is known color: Wild Watermelon. HEX triplet: F5, 5B and 5C. RGB value is (245,91,92). Sum of RGB (Red+Green+Blue) = 245+91+92=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F55B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55B5C is #0AA4A3. Grayscale: #898989. Windows color (decimal): -697508 or 6052853. OLE color: 6052853.
HSL color Cylindrical-coordinate representation of color #F55B5C: hue angle of 359.61º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55B5C is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 91 | 92 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.04 |
| HSL | 359.61º | 0.89% | 0.66% | - |
| HSV(B) | 359.61º | 0.63% | 0.96% | - |
| XYZ | 43.33 | 27.67 | 13.18 | - |
| YUV | 137.16 | 102.52 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 92 | 0 | 0.63 | 0.62 | 0.04 | 359.61 | 0.89 | 0.66 |
| Hex | F5 | 5B | 5C | 0 | 3F | 3E | 4 | 168 | 59 | 42 |
| Octal | 365 | 133 | 134 | 0 | 77 | 76 | 4 | 550 | 131 | 102 |
| Binary | 11110101 | 1011011 | 1011100 | 0 | 111111 | 111110 | 100 | 101101000 | 1011001 | 1000010 |
Color Harmonies of #F55B5C
Complementary color
Monochromatic Colors of #F55B5C
Black with #F55B5C
Text Example
Text Example
White with #F55B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55B5C; }
p { color: rgb(245,91,92); }
H1.HeaderClassName
{
color: #F55B5C;
}
.AnyTagClassName
{
color: #F55B5C;
}
</style>
background-color css
<style>
a { background-color: #F55B5C; }
a { background-color: rgb(245,91,92); }
div.DivClassName
{
background-color: #F55B5C;
}
.BgClassName
{
background-color: #F55B5C;
}
</style>
border-color css
<style>
span { border-color: #F55B5C; }
span { border-color: rgb(245,91,92); }
td.TdClassName
{
border-color: #F55B5C;
}
.TagClassName
{
border-color: #F55B5C;
}
</style>