Shades of Wild Watermelon #FC576C
Tints of Wild Watermelon #FC576C
RGB
CMYK
RGB Variations
Color information
#FC576C (or 0xFC576C) is known color: Wild Watermelon. HEX triplet: FC, 57 and 6C. RGB value is (252,87,108). Sum of RGB (Red+Green+Blue) = 252+87+108=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC576C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC576C is #03A893. Grayscale: #8A8A8A. Windows color (decimal): -239764 or 7100412. OLE color: 7100412.
HSL color Cylindrical-coordinate representation of color #FC576C: hue angle of 352.36º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC576C is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 108 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.01 |
| HSL | 352.36º | 0.96% | 0.66% | - |
| HSV(B) | 352.36º | 0.65% | 0.99% | - |
| XYZ | 46.26 | 28.59 | 17.27 | - |
| YUV | 138.73 | 110.66 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 108 | 0 | 0.65 | 0.57 | 0.01 | 352.36 | 0.96 | 0.66 |
| Hex | FC | 57 | 6C | 0 | 41 | 39 | 1 | 160 | 60 | 42 |
| Octal | 374 | 127 | 154 | 0 | 101 | 71 | 1 | 540 | 140 | 102 |
| Binary | 11111100 | 1010111 | 1101100 | 0 | 1000001 | 111001 | 1 | 101100000 | 1100000 | 1000010 |
Color Harmonies of #FC576C
Complementary color
Monochromatic Colors of #FC576C
Black with #FC576C
Text Example
Text Example
White with #FC576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC576C; }
p { color: rgb(252,87,108); }
H1.HeaderClassName
{
color: #FC576C;
}
.AnyTagClassName
{
color: #FC576C;
}
</style>
background-color css
<style>
a { background-color: #FC576C; }
a { background-color: rgb(252,87,108); }
div.DivClassName
{
background-color: #FC576C;
}
.BgClassName
{
background-color: #FC576C;
}
</style>
border-color css
<style>
span { border-color: #FC576C; }
span { border-color: rgb(252,87,108); }
td.TdClassName
{
border-color: #FC576C;
}
.TagClassName
{
border-color: #FC576C;
}
</style>