Shades of Wild Watermelon #FF545B
Tints of Wild Watermelon #FF545B
RGB
CMYK
RGB Variations
Color information
#FF545B (or 0xFF545B) is known color: Wild Watermelon. HEX triplet: FF, 54 and 5B. RGB value is (255,84,91). Sum of RGB (Red+Green+Blue) = 255+84+91=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF545B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF545B is #00ABA4. Grayscale: #888888. Windows color (decimal): -43941 or 5985535. OLE color: 5985535.
HSL color Cylindrical-coordinate representation of color #FF545B: hue angle of 357.54º 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 #FF545B is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 91 | - |
| CMYK | 0 | 0.67 | 0.64 | 0 |
| HSL | 357.54º | 1% | 0.66% | - |
| HSV(B) | 357.54º | 0.67% | 1% | - |
| XYZ | 46.3 | 28.36 | 12.93 | - |
| YUV | 135.93 | 102.65 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 91 | 0 | 0.67 | 0.64 | 0 | 357.54 | 1 | 0.66 |
| Hex | FF | 54 | 5B | 0 | 43 | 40 | 0 | 166 | 64 | 42 |
| Octal | 377 | 124 | 133 | 0 | 103 | 100 | 0 | 546 | 144 | 102 |
| Binary | 11111111 | 1010100 | 1011011 | 0 | 1000011 | 1000000 | 0 | 101100110 | 1100100 | 1000010 |
Color Harmonies of #FF545B
Complementary color
Monochromatic Colors of #FF545B
Black with #FF545B
Text Example
Text Example
White with #FF545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF545B; }
p { color: rgb(255,84,91); }
H1.HeaderClassName
{
color: #FF545B;
}
.AnyTagClassName
{
color: #FF545B;
}
</style>
background-color css
<style>
a { background-color: #FF545B; }
a { background-color: rgb(255,84,91); }
div.DivClassName
{
background-color: #FF545B;
}
.BgClassName
{
background-color: #FF545B;
}
</style>
border-color css
<style>
span { border-color: #FF545B; }
span { border-color: rgb(255,84,91); }
td.TdClassName
{
border-color: #FF545B;
}
.TagClassName
{
border-color: #FF545B;
}
</style>