Shades of Wild Watermelon #FC616F
Tints of Wild Watermelon #FC616F
RGB
CMYK
RGB Variations
Color information
#FC616F (or 0xFC616F) is known color: Wild Watermelon. HEX triplet: FC, 61 and 6F. RGB value is (252,97,111). Sum of RGB (Red+Green+Blue) = 252+97+111=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC616F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC616F is #039E90. Grayscale: #919191. Windows color (decimal): -237201 or 7299580. OLE color: 7299580.
HSL color Cylindrical-coordinate representation of color #FC616F: hue angle of 354.58º 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 #FC616F is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 111 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.01 |
| HSL | 354.58º | 0.96% | 0.68% | - |
| HSV(B) | 354.58º | 0.62% | 0.99% | - |
| XYZ | 47.29 | 30.39 | 18.41 | - |
| YUV | 144.94 | 108.85 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 111 | 0 | 0.62 | 0.56 | 0.01 | 354.58 | 0.96 | 0.68 |
| Hex | FC | 61 | 6F | 0 | 3E | 38 | 1 | 163 | 60 | 44 |
| Octal | 374 | 141 | 157 | 0 | 76 | 70 | 1 | 543 | 140 | 104 |
| Binary | 11111100 | 1100001 | 1101111 | 0 | 111110 | 111000 | 1 | 101100011 | 1100000 | 1000100 |
Color Harmonies of #FC616F
Complementary color
Monochromatic Colors of #FC616F
Black with #FC616F
Text Example
Text Example
White with #FC616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC616F; }
p { color: rgb(252,97,111); }
H1.HeaderClassName
{
color: #FC616F;
}
.AnyTagClassName
{
color: #FC616F;
}
</style>
background-color css
<style>
a { background-color: #FC616F; }
a { background-color: rgb(252,97,111); }
div.DivClassName
{
background-color: #FC616F;
}
.BgClassName
{
background-color: #FC616F;
}
</style>
border-color css
<style>
span { border-color: #FC616F; }
span { border-color: rgb(252,97,111); }
td.TdClassName
{
border-color: #FC616F;
}
.TagClassName
{
border-color: #FC616F;
}
</style>