Shades of Wild Watermelon #FF545F
Tints of Wild Watermelon #FF545F
RGB
CMYK
RGB Variations
Color information
#FF545F (or 0xFF545F) is known color: Wild Watermelon. HEX triplet: FF, 54 and 5F. RGB value is (255,84,95). Sum of RGB (Red+Green+Blue) = 255+84+95=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF545F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF545F is #00ABA0. Grayscale: #888888. Windows color (decimal): -43937 or 6247679. OLE color: 6247679.
HSL color Cylindrical-coordinate representation of color #FF545F: hue angle of 356.14º 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 #FF545F is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 95 | - |
| CMYK | 0 | 0.67 | 0.63 | 0 |
| HSL | 356.14º | 1% | 0.66% | - |
| HSV(B) | 356.14º | 0.67% | 1% | - |
| XYZ | 46.48 | 28.43 | 13.86 | - |
| YUV | 136.38 | 104.65 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 95 | 0 | 0.67 | 0.63 | 0 | 356.14 | 1 | 0.66 |
| Hex | FF | 54 | 5F | 0 | 43 | 3F | 0 | 164 | 64 | 42 |
| Octal | 377 | 124 | 137 | 0 | 103 | 77 | 0 | 544 | 144 | 102 |
| Binary | 11111111 | 1010100 | 1011111 | 0 | 1000011 | 111111 | 0 | 101100100 | 1100100 | 1000010 |
Color Harmonies of #FF545F
Complementary color
Monochromatic Colors of #FF545F
Black with #FF545F
Text Example
Text Example
White with #FF545F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF545F; }
p { color: rgb(255,84,95); }
H1.HeaderClassName
{
color: #FF545F;
}
.AnyTagClassName
{
color: #FF545F;
}
</style>
background-color css
<style>
a { background-color: #FF545F; }
a { background-color: rgb(255,84,95); }
div.DivClassName
{
background-color: #FF545F;
}
.BgClassName
{
background-color: #FF545F;
}
</style>
border-color css
<style>
span { border-color: #FF545F; }
span { border-color: rgb(255,84,95); }
td.TdClassName
{
border-color: #FF545F;
}
.TagClassName
{
border-color: #FF545F;
}
</style>