Shades of Wild Watermelon #FC557D
Tints of Wild Watermelon #FC557D
RGB
CMYK
RGB Variations
Color information
#FC557D (or 0xFC557D) is known color: Wild Watermelon. HEX triplet: FC, 55 and 7D. RGB value is (252,85,125). Sum of RGB (Red+Green+Blue) = 252+85+125=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC557D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC557D is #03AA82. Grayscale: #8B8B8B. Windows color (decimal): -240259 or 8214012. OLE color: 8214012.
HSL color Cylindrical-coordinate representation of color #FC557D: hue angle of 345.63º 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 #FC557D is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 125 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.01 |
| HSL | 345.63º | 0.97% | 0.66% | - |
| HSV(B) | 345.63º | 0.66% | 0.99% | - |
| XYZ | 47.1 | 28.67 | 22.45 | - |
| YUV | 139.49 | 119.83 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 125 | 0 | 0.66 | 0.50 | 0.01 | 345.63 | 0.97 | 0.66 |
| Hex | FC | 55 | 7D | 0 | 42 | 32 | 1 | 15A | 61 | 42 |
| Octal | 374 | 125 | 175 | 0 | 102 | 62 | 1 | 532 | 141 | 102 |
| Binary | 11111100 | 1010101 | 1111101 | 0 | 1000010 | 110010 | 1 | 101011010 | 1100001 | 1000010 |
Color Harmonies of #FC557D
Complementary color
Monochromatic Colors of #FC557D
Black with #FC557D
Text Example
Text Example
White with #FC557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC557D; }
p { color: rgb(252,85,125); }
H1.HeaderClassName
{
color: #FC557D;
}
.AnyTagClassName
{
color: #FC557D;
}
</style>
background-color css
<style>
a { background-color: #FC557D; }
a { background-color: rgb(252,85,125); }
div.DivClassName
{
background-color: #FC557D;
}
.BgClassName
{
background-color: #FC557D;
}
</style>
border-color css
<style>
span { border-color: #FC557D; }
span { border-color: rgb(252,85,125); }
td.TdClassName
{
border-color: #FC557D;
}
.TagClassName
{
border-color: #FC557D;
}
</style>