Shades of Wild Watermelon #FF545C
Tints of Wild Watermelon #FF545C
RGB
CMYK
RGB Variations
Color information
#FF545C (or 0xFF545C) is known color: Wild Watermelon. HEX triplet: FF, 54 and 5C. RGB value is (255,84,92). Sum of RGB (Red+Green+Blue) = 255+84+92=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF545C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF545C is #00ABA3. Grayscale: #888888. Windows color (decimal): -43940 or 6051071. OLE color: 6051071.
HSL color Cylindrical-coordinate representation of color #FF545C: hue angle of 357.19º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF545C is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 92 | - |
| CMYK | 0 | 0.67 | 0.64 | 0 |
| HSL | 357.19º | 1% | 0.66% | - |
| HSV(B) | 357.19º | 0.67% | 1% | - |
| XYZ | 46.34 | 28.37 | 13.16 | - |
| YUV | 136.04 | 103.15 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 92 | 0 | 0.67 | 0.64 | 0 | 357.19 | 1 | 0.66 |
| Hex | FF | 54 | 5C | 0 | 43 | 40 | 0 | 165 | 64 | 42 |
| Octal | 377 | 124 | 134 | 0 | 103 | 100 | 0 | 545 | 144 | 102 |
| Binary | 11111111 | 1010100 | 1011100 | 0 | 1000011 | 1000000 | 0 | 101100101 | 1100100 | 1000010 |
Color Harmonies of #FF545C
Complementary color
Monochromatic Colors of #FF545C
Black with #FF545C
Text Example
Text Example
White with #FF545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF545C; }
p { color: rgb(255,84,92); }
H1.HeaderClassName
{
color: #FF545C;
}
.AnyTagClassName
{
color: #FF545C;
}
</style>
background-color css
<style>
a { background-color: #FF545C; }
a { background-color: rgb(255,84,92); }
div.DivClassName
{
background-color: #FF545C;
}
.BgClassName
{
background-color: #FF545C;
}
</style>
border-color css
<style>
span { border-color: #FF545C; }
span { border-color: rgb(255,84,92); }
td.TdClassName
{
border-color: #FF545C;
}
.TagClassName
{
border-color: #FF545C;
}
</style>