Shades of Wild Watermelon #FC516B
Tints of Wild Watermelon #FC516B
RGB
CMYK
RGB Variations
Color information
#FC516B (or 0xFC516B) is known color: Wild Watermelon. HEX triplet: FC, 51 and 6B. RGB value is (252,81,107). Sum of RGB (Red+Green+Blue) = 252+81+107=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC516B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC516B is #03AE94. Grayscale: #878787. Windows color (decimal): -241301 or 7033340. OLE color: 7033340.
HSL color Cylindrical-coordinate representation of color #FC516B: hue angle of 350.88º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC516B is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 107 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.01 |
| HSL | 350.88º | 0.97% | 0.65% | - |
| HSV(B) | 350.88º | 0.68% | 0.99% | - |
| XYZ | 45.74 | 27.64 | 16.83 | - |
| YUV | 135.09 | 112.15 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 107 | 0 | 0.68 | 0.58 | 0.01 | 350.88 | 0.97 | 0.65 |
| Hex | FC | 51 | 6B | 0 | 44 | 3A | 1 | 15F | 61 | 41 |
| Octal | 374 | 121 | 153 | 0 | 104 | 72 | 1 | 537 | 141 | 101 |
| Binary | 11111100 | 1010001 | 1101011 | 0 | 1000100 | 111010 | 1 | 101011111 | 1100001 | 1000001 |
Color Harmonies of #FC516B
Complementary color
Monochromatic Colors of #FC516B
Black with #FC516B
Text Example
Text Example
White with #FC516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC516B; }
p { color: rgb(252,81,107); }
H1.HeaderClassName
{
color: #FC516B;
}
.AnyTagClassName
{
color: #FC516B;
}
</style>
background-color css
<style>
a { background-color: #FC516B; }
a { background-color: rgb(252,81,107); }
div.DivClassName
{
background-color: #FC516B;
}
.BgClassName
{
background-color: #FC516B;
}
</style>
border-color css
<style>
span { border-color: #FC516B; }
span { border-color: rgb(252,81,107); }
td.TdClassName
{
border-color: #FC516B;
}
.TagClassName
{
border-color: #FC516B;
}
</style>