Shades of Wild Watermelon #FC586C
Tints of Wild Watermelon #FC586C
RGB
CMYK
RGB Variations
Color information
#FC586C (or 0xFC586C) is known color: Wild Watermelon. HEX triplet: FC, 58 and 6C. RGB value is (252,88,108). Sum of RGB (Red+Green+Blue) = 252+88+108=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC586C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC586C is #03A793. Grayscale: #8B8B8B. Windows color (decimal): -239508 or 7100668. OLE color: 7100668.
HSL color Cylindrical-coordinate representation of color #FC586C: hue angle of 352.68º 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 #FC586C is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 108 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.01 |
| HSL | 352.68º | 0.96% | 0.67% | - |
| HSV(B) | 352.68º | 0.65% | 0.99% | - |
| XYZ | 46.34 | 28.76 | 17.3 | - |
| YUV | 139.32 | 110.33 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 108 | 0 | 0.65 | 0.57 | 0.01 | 352.68 | 0.96 | 0.67 |
| Hex | FC | 58 | 6C | 0 | 41 | 39 | 1 | 161 | 60 | 43 |
| Octal | 374 | 130 | 154 | 0 | 101 | 71 | 1 | 541 | 140 | 103 |
| Binary | 11111100 | 1011000 | 1101100 | 0 | 1000001 | 111001 | 1 | 101100001 | 1100000 | 1000011 |
Color Harmonies of #FC586C
Complementary color
Monochromatic Colors of #FC586C
Black with #FC586C
Text Example
Text Example
White with #FC586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC586C; }
p { color: rgb(252,88,108); }
H1.HeaderClassName
{
color: #FC586C;
}
.AnyTagClassName
{
color: #FC586C;
}
</style>
background-color css
<style>
a { background-color: #FC586C; }
a { background-color: rgb(252,88,108); }
div.DivClassName
{
background-color: #FC586C;
}
.BgClassName
{
background-color: #FC586C;
}
</style>
border-color css
<style>
span { border-color: #FC586C; }
span { border-color: rgb(252,88,108); }
td.TdClassName
{
border-color: #FC586C;
}
.TagClassName
{
border-color: #FC586C;
}
</style>