Shades of Wild Watermelon #FC567A
Tints of Wild Watermelon #FC567A
RGB
CMYK
RGB Variations
Color information
#FC567A (or 0xFC567A) is known color: Wild Watermelon. HEX triplet: FC, 56 and 7A. RGB value is (252,86,122). Sum of RGB (Red+Green+Blue) = 252+86+122=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC567A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC567A is #03A985. Grayscale: #8B8B8B. Windows color (decimal): -240006 or 8017660. OLE color: 8017660.
HSL color Cylindrical-coordinate representation of color #FC567A: hue angle of 346.99º 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 #FC567A is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 86 | 122 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.01 |
| HSL | 346.99º | 0.97% | 0.66% | - |
| HSV(B) | 346.99º | 0.66% | 0.99% | - |
| XYZ | 46.99 | 28.76 | 21.49 | - |
| YUV | 139.74 | 118 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 122 | 0 | 0.66 | 0.52 | 0.01 | 346.99 | 0.97 | 0.66 |
| Hex | FC | 56 | 7A | 0 | 42 | 34 | 1 | 15B | 61 | 42 |
| Octal | 374 | 126 | 172 | 0 | 102 | 64 | 1 | 533 | 141 | 102 |
| Binary | 11111100 | 1010110 | 1111010 | 0 | 1000010 | 110100 | 1 | 101011011 | 1100001 | 1000010 |
Color Harmonies of #FC567A
Complementary color
Monochromatic Colors of #FC567A
Black with #FC567A
Text Example
Text Example
White with #FC567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC567A; }
p { color: rgb(252,86,122); }
H1.HeaderClassName
{
color: #FC567A;
}
.AnyTagClassName
{
color: #FC567A;
}
</style>
background-color css
<style>
a { background-color: #FC567A; }
a { background-color: rgb(252,86,122); }
div.DivClassName
{
background-color: #FC567A;
}
.BgClassName
{
background-color: #FC567A;
}
</style>
border-color css
<style>
span { border-color: #FC567A; }
span { border-color: rgb(252,86,122); }
td.TdClassName
{
border-color: #FC567A;
}
.TagClassName
{
border-color: #FC567A;
}
</style>