Shades of Wild Watermelon #FC547A
Tints of Wild Watermelon #FC547A
RGB
CMYK
RGB Variations
Color information
#FC547A (or 0xFC547A) is known color: Wild Watermelon. HEX triplet: FC, 54 and 7A. RGB value is (252,84,122). Sum of RGB (Red+Green+Blue) = 252+84+122=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC547A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC547A is #03AB85. Grayscale: #8A8A8A. Windows color (decimal): -240518 or 8017148. OLE color: 8017148.
HSL color Cylindrical-coordinate representation of color #FC547A: hue angle of 346.43º 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 #FC547A is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 122 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.01 |
| HSL | 346.43º | 0.97% | 0.66% | - |
| HSV(B) | 346.43º | 0.67% | 0.99% | - |
| XYZ | 46.83 | 28.44 | 21.43 | - |
| YUV | 138.56 | 118.66 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 122 | 0 | 0.67 | 0.52 | 0.01 | 346.43 | 0.97 | 0.66 |
| Hex | FC | 54 | 7A | 0 | 43 | 34 | 1 | 15A | 61 | 42 |
| Octal | 374 | 124 | 172 | 0 | 103 | 64 | 1 | 532 | 141 | 102 |
| Binary | 11111100 | 1010100 | 1111010 | 0 | 1000011 | 110100 | 1 | 101011010 | 1100001 | 1000010 |
Color Harmonies of #FC547A
Complementary color
Monochromatic Colors of #FC547A
Black with #FC547A
Text Example
Text Example
White with #FC547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC547A; }
p { color: rgb(252,84,122); }
H1.HeaderClassName
{
color: #FC547A;
}
.AnyTagClassName
{
color: #FC547A;
}
</style>
background-color css
<style>
a { background-color: #FC547A; }
a { background-color: rgb(252,84,122); }
div.DivClassName
{
background-color: #FC547A;
}
.BgClassName
{
background-color: #FC547A;
}
</style>
border-color css
<style>
span { border-color: #FC547A; }
span { border-color: rgb(252,84,122); }
td.TdClassName
{
border-color: #FC547A;
}
.TagClassName
{
border-color: #FC547A;
}
</style>