Shades of Wild Watermelon #FC587A
Tints of Wild Watermelon #FC587A
RGB
CMYK
RGB Variations
Color information
#FC587A (or 0xFC587A) is known color: Wild Watermelon. HEX triplet: FC, 58 and 7A. RGB value is (252,88,122). Sum of RGB (Red+Green+Blue) = 252+88+122=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC587A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC587A is #03A785. Grayscale: #8C8C8C. Windows color (decimal): -239494 or 8018172. OLE color: 8018172.
HSL color Cylindrical-coordinate representation of color #FC587A: hue angle of 347.56º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC587A is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 122 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.01 |
| HSL | 347.56º | 0.96% | 0.67% | - |
| HSV(B) | 347.56º | 0.65% | 0.99% | - |
| XYZ | 47.15 | 29.08 | 21.54 | - |
| YUV | 140.91 | 117.33 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 122 | 0 | 0.65 | 0.52 | 0.01 | 347.56 | 0.96 | 0.67 |
| Hex | FC | 58 | 7A | 0 | 41 | 34 | 1 | 15C | 60 | 43 |
| Octal | 374 | 130 | 172 | 0 | 101 | 64 | 1 | 534 | 140 | 103 |
| Binary | 11111100 | 1011000 | 1111010 | 0 | 1000001 | 110100 | 1 | 101011100 | 1100000 | 1000011 |
Color Harmonies of #FC587A
Complementary color
Monochromatic Colors of #FC587A
Black with #FC587A
Text Example
Text Example
White with #FC587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC587A; }
p { color: rgb(252,88,122); }
H1.HeaderClassName
{
color: #FC587A;
}
.AnyTagClassName
{
color: #FC587A;
}
</style>
background-color css
<style>
a { background-color: #FC587A; }
a { background-color: rgb(252,88,122); }
div.DivClassName
{
background-color: #FC587A;
}
.BgClassName
{
background-color: #FC587A;
}
</style>
border-color css
<style>
span { border-color: #FC587A; }
span { border-color: rgb(252,88,122); }
td.TdClassName
{
border-color: #FC587A;
}
.TagClassName
{
border-color: #FC587A;
}
</style>