Shades of Wild Watermelon #FC5568
Tints of Wild Watermelon #FC5568
RGB
CMYK
RGB Variations
Color information
#FC5568 (or 0xFC5568) is known color: Wild Watermelon. HEX triplet: FC, 55 and 68. RGB value is (252,85,104). Sum of RGB (Red+Green+Blue) = 252+85+104=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5568 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5568 is #03AA97. Grayscale: #898989. Windows color (decimal): -240280 or 6837756. OLE color: 6837756.
HSL color Cylindrical-coordinate representation of color #FC5568: hue angle of 353.17º 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 #FC5568 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 104 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.01 |
| HSL | 353.17º | 0.97% | 0.66% | - |
| HSV(B) | 353.17º | 0.66% | 0.99% | - |
| XYZ | 45.89 | 28.19 | 16.12 | - |
| YUV | 137.1 | 109.33 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 104 | 0 | 0.66 | 0.59 | 0.01 | 353.17 | 0.97 | 0.66 |
| Hex | FC | 55 | 68 | 0 | 42 | 3B | 1 | 161 | 61 | 42 |
| Octal | 374 | 125 | 150 | 0 | 102 | 73 | 1 | 541 | 141 | 102 |
| Binary | 11111100 | 1010101 | 1101000 | 0 | 1000010 | 111011 | 1 | 101100001 | 1100001 | 1000010 |
Color Harmonies of #FC5568
Complementary color
Monochromatic Colors of #FC5568
Black with #FC5568
Text Example
Text Example
White with #FC5568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5568; }
p { color: rgb(252,85,104); }
H1.HeaderClassName
{
color: #FC5568;
}
.AnyTagClassName
{
color: #FC5568;
}
</style>
background-color css
<style>
a { background-color: #FC5568; }
a { background-color: rgb(252,85,104); }
div.DivClassName
{
background-color: #FC5568;
}
.BgClassName
{
background-color: #FC5568;
}
</style>
border-color css
<style>
span { border-color: #FC5568; }
span { border-color: rgb(252,85,104); }
td.TdClassName
{
border-color: #FC5568;
}
.TagClassName
{
border-color: #FC5568;
}
</style>