Shades of Wild Watermelon #FC557A
Tints of Wild Watermelon #FC557A
RGB
CMYK
RGB Variations
Color information
#FC557A (or 0xFC557A) is known color: Wild Watermelon. HEX triplet: FC, 55 and 7A. RGB value is (252,85,122). Sum of RGB (Red+Green+Blue) = 252+85+122=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC557A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC557A is #03AA85. Grayscale: #8B8B8B. Windows color (decimal): -240262 or 8017404. OLE color: 8017404.
HSL color Cylindrical-coordinate representation of color #FC557A: hue angle of 346.71º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC557A is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 122 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.01 |
| HSL | 346.71º | 0.97% | 0.66% | - |
| HSV(B) | 346.71º | 0.66% | 0.99% | - |
| XYZ | 46.91 | 28.6 | 21.46 | - |
| YUV | 139.15 | 118.33 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 122 | 0 | 0.66 | 0.52 | 0.01 | 346.71 | 0.97 | 0.66 |
| Hex | FC | 55 | 7A | 0 | 42 | 34 | 1 | 15B | 61 | 42 |
| Octal | 374 | 125 | 172 | 0 | 102 | 64 | 1 | 533 | 141 | 102 |
| Binary | 11111100 | 1010101 | 1111010 | 0 | 1000010 | 110100 | 1 | 101011011 | 1100001 | 1000010 |
Color Harmonies of #FC557A
Complementary color
Monochromatic Colors of #FC557A
Black with #FC557A
Text Example
Text Example
White with #FC557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC557A; }
p { color: rgb(252,85,122); }
H1.HeaderClassName
{
color: #FC557A;
}
.AnyTagClassName
{
color: #FC557A;
}
</style>
background-color css
<style>
a { background-color: #FC557A; }
a { background-color: rgb(252,85,122); }
div.DivClassName
{
background-color: #FC557A;
}
.BgClassName
{
background-color: #FC557A;
}
</style>
border-color css
<style>
span { border-color: #FC557A; }
span { border-color: rgb(252,85,122); }
td.TdClassName
{
border-color: #FC557A;
}
.TagClassName
{
border-color: #FC557A;
}
</style>