Shades of Wild Watermelon #FC545A
Tints of Wild Watermelon #FC545A
RGB
CMYK
RGB Variations
Color information
#FC545A (or 0xFC545A) is known color: Wild Watermelon. HEX triplet: FC, 54 and 5A. RGB value is (252,84,90). Sum of RGB (Red+Green+Blue) = 252+84+90=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC545A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC545A is #03ABA5. Grayscale: #878787. Windows color (decimal): -240550 or 5919996. OLE color: 5919996.
HSL color Cylindrical-coordinate representation of color #FC545A: hue angle of 357.86º 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 #FC545A is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 90 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.01 |
| HSL | 357.86º | 0.97% | 0.66% | - |
| HSV(B) | 357.86º | 0.67% | 0.99% | - |
| XYZ | 45.16 | 27.77 | 12.65 | - |
| YUV | 134.92 | 102.66 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 90 | 0 | 0.67 | 0.64 | 0.01 | 357.86 | 0.97 | 0.66 |
| Hex | FC | 54 | 5A | 0 | 43 | 40 | 1 | 166 | 61 | 42 |
| Octal | 374 | 124 | 132 | 0 | 103 | 100 | 1 | 546 | 141 | 102 |
| Binary | 11111100 | 1010100 | 1011010 | 0 | 1000011 | 1000000 | 1 | 101100110 | 1100001 | 1000010 |
Color Harmonies of #FC545A
Complementary color
Monochromatic Colors of #FC545A
Black with #FC545A
Text Example
Text Example
White with #FC545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC545A; }
p { color: rgb(252,84,90); }
H1.HeaderClassName
{
color: #FC545A;
}
.AnyTagClassName
{
color: #FC545A;
}
</style>
background-color css
<style>
a { background-color: #FC545A; }
a { background-color: rgb(252,84,90); }
div.DivClassName
{
background-color: #FC545A;
}
.BgClassName
{
background-color: #FC545A;
}
</style>
border-color css
<style>
span { border-color: #FC545A; }
span { border-color: rgb(252,84,90); }
td.TdClassName
{
border-color: #FC545A;
}
.TagClassName
{
border-color: #FC545A;
}
</style>