Shades of Wild Watermelon #FC567B
Tints of Wild Watermelon #FC567B
RGB
CMYK
RGB Variations
Color information
#FC567B (or 0xFC567B) is known color: Wild Watermelon. HEX triplet: FC, 56 and 7B. RGB value is (252,86,123). Sum of RGB (Red+Green+Blue) = 252+86+123=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC567B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC567B is #03A984. Grayscale: #8B8B8B. Windows color (decimal): -240005 or 8083196. OLE color: 8083196.
HSL color Cylindrical-coordinate representation of color #FC567B: hue angle of 346.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 #FC567B is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 86 | 123 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.01 |
| HSL | 346.63º | 0.97% | 0.66% | - |
| HSV(B) | 346.63º | 0.66% | 0.99% | - |
| XYZ | 47.05 | 28.78 | 21.81 | - |
| YUV | 139.85 | 118.5 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 123 | 0 | 0.66 | 0.51 | 0.01 | 346.63 | 0.97 | 0.66 |
| Hex | FC | 56 | 7B | 0 | 42 | 33 | 1 | 15B | 61 | 42 |
| Octal | 374 | 126 | 173 | 0 | 102 | 63 | 1 | 533 | 141 | 102 |
| Binary | 11111100 | 1010110 | 1111011 | 0 | 1000010 | 110011 | 1 | 101011011 | 1100001 | 1000010 |
Color Harmonies of #FC567B
Complementary color
Monochromatic Colors of #FC567B
Black with #FC567B
Text Example
Text Example
White with #FC567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC567B; }
p { color: rgb(252,86,123); }
H1.HeaderClassName
{
color: #FC567B;
}
.AnyTagClassName
{
color: #FC567B;
}
</style>
background-color css
<style>
a { background-color: #FC567B; }
a { background-color: rgb(252,86,123); }
div.DivClassName
{
background-color: #FC567B;
}
.BgClassName
{
background-color: #FC567B;
}
</style>
border-color css
<style>
span { border-color: #FC567B; }
span { border-color: rgb(252,86,123); }
td.TdClassName
{
border-color: #FC567B;
}
.TagClassName
{
border-color: #FC567B;
}
</style>