Shades of Wild Watermelon #F0545C
Tints of Wild Watermelon #F0545C
RGB
CMYK
RGB Variations
Color information
#F0545C (or 0xF0545C) is known color: Wild Watermelon. HEX triplet: F0, 54 and 5C. RGB value is (240,84,92). Sum of RGB (Red+Green+Blue) = 240+84+92=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0545C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0545C is #0FABA3. Grayscale: #838383. Windows color (decimal): -1026980 or 6051056. OLE color: 6051056.
HSL color Cylindrical-coordinate representation of color #F0545C: hue angle of 356.92º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0545C is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 92 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.06 |
| HSL | 356.92º | 0.84% | 0.64% | - |
| HSV(B) | 356.92º | 0.65% | 0.94% | - |
| XYZ | 41.04 | 25.64 | 12.91 | - |
| YUV | 131.56 | 105.68 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 92 | 0 | 0.65 | 0.62 | 0.06 | 356.92 | 0.84 | 0.64 |
| Hex | F0 | 54 | 5C | 0 | 41 | 3E | 6 | 165 | 54 | 40 |
| Octal | 360 | 124 | 134 | 0 | 101 | 76 | 6 | 545 | 124 | 100 |
| Binary | 11110000 | 1010100 | 1011100 | 0 | 1000001 | 111110 | 110 | 101100101 | 1010100 | 1000000 |
Color Harmonies of #F0545C
Complementary color
Monochromatic Colors of #F0545C
Black with #F0545C
Text Example
Text Example
White with #F0545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0545C; }
p { color: rgb(240,84,92); }
H1.HeaderClassName
{
color: #F0545C;
}
.AnyTagClassName
{
color: #F0545C;
}
</style>
background-color css
<style>
a { background-color: #F0545C; }
a { background-color: rgb(240,84,92); }
div.DivClassName
{
background-color: #F0545C;
}
.BgClassName
{
background-color: #F0545C;
}
</style>
border-color css
<style>
span { border-color: #F0545C; }
span { border-color: rgb(240,84,92); }
td.TdClassName
{
border-color: #F0545C;
}
.TagClassName
{
border-color: #F0545C;
}
</style>