Shades of Wild Watermelon #FC616A
Tints of Wild Watermelon #FC616A
RGB
CMYK
RGB Variations
Color information
#FC616A (or 0xFC616A) is known color: Wild Watermelon. HEX triplet: FC, 61 and 6A. RGB value is (252,97,106). Sum of RGB (Red+Green+Blue) = 252+97+106=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC616A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC616A is #039E95. Grayscale: #909090. Windows color (decimal): -237206 or 6971900. OLE color: 6971900.
HSL color Cylindrical-coordinate representation of color #FC616A: hue angle of 356.52º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC616A is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 106 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.01 |
| HSL | 356.52º | 0.96% | 0.68% | - |
| HSV(B) | 356.52º | 0.62% | 0.99% | - |
| XYZ | 47.02 | 30.29 | 17 | - |
| YUV | 144.37 | 106.35 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 106 | 0 | 0.62 | 0.58 | 0.01 | 356.52 | 0.96 | 0.68 |
| Hex | FC | 61 | 6A | 0 | 3E | 3A | 1 | 165 | 60 | 44 |
| Octal | 374 | 141 | 152 | 0 | 76 | 72 | 1 | 545 | 140 | 104 |
| Binary | 11111100 | 1100001 | 1101010 | 0 | 111110 | 111010 | 1 | 101100101 | 1100000 | 1000100 |
Color Harmonies of #FC616A
Complementary color
Monochromatic Colors of #FC616A
Black with #FC616A
Text Example
Text Example
White with #FC616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC616A; }
p { color: rgb(252,97,106); }
H1.HeaderClassName
{
color: #FC616A;
}
.AnyTagClassName
{
color: #FC616A;
}
</style>
background-color css
<style>
a { background-color: #FC616A; }
a { background-color: rgb(252,97,106); }
div.DivClassName
{
background-color: #FC616A;
}
.BgClassName
{
background-color: #FC616A;
}
</style>
border-color css
<style>
span { border-color: #FC616A; }
span { border-color: rgb(252,97,106); }
td.TdClassName
{
border-color: #FC616A;
}
.TagClassName
{
border-color: #FC616A;
}
</style>