Shades of Wild Watermelon #FC545D
Tints of Wild Watermelon #FC545D
RGB
CMYK
RGB Variations
Color information
#FC545D (or 0xFC545D) is known color: Wild Watermelon. HEX triplet: FC, 54 and 5D. RGB value is (252,84,93). Sum of RGB (Red+Green+Blue) = 252+84+93=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC545D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC545D is #03ABA2. Grayscale: #878787. Windows color (decimal): -240547 or 6116604. OLE color: 6116604.
HSL color Cylindrical-coordinate representation of color #FC545D: hue angle of 356.79º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC545D is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 93 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.01 |
| HSL | 356.79º | 0.97% | 0.66% | - |
| HSV(B) | 356.79º | 0.67% | 0.99% | - |
| XYZ | 45.29 | 27.83 | 13.34 | - |
| YUV | 135.26 | 104.16 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 93 | 0 | 0.67 | 0.63 | 0.01 | 356.79 | 0.97 | 0.66 |
| Hex | FC | 54 | 5D | 0 | 43 | 3F | 1 | 165 | 61 | 42 |
| Octal | 374 | 124 | 135 | 0 | 103 | 77 | 1 | 545 | 141 | 102 |
| Binary | 11111100 | 1010100 | 1011101 | 0 | 1000011 | 111111 | 1 | 101100101 | 1100001 | 1000010 |
Color Harmonies of #FC545D
Complementary color
Monochromatic Colors of #FC545D
Black with #FC545D
Text Example
Text Example
White with #FC545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC545D; }
p { color: rgb(252,84,93); }
H1.HeaderClassName
{
color: #FC545D;
}
.AnyTagClassName
{
color: #FC545D;
}
</style>
background-color css
<style>
a { background-color: #FC545D; }
a { background-color: rgb(252,84,93); }
div.DivClassName
{
background-color: #FC545D;
}
.BgClassName
{
background-color: #FC545D;
}
</style>
border-color css
<style>
span { border-color: #FC545D; }
span { border-color: rgb(252,84,93); }
td.TdClassName
{
border-color: #FC545D;
}
.TagClassName
{
border-color: #FC545D;
}
</style>