Shades of Wild Watermelon #FC506D
Tints of Wild Watermelon #FC506D
RGB
CMYK
RGB Variations
Color information
#FC506D (or 0xFC506D) is known color: Wild Watermelon. HEX triplet: FC, 50 and 6D. RGB value is (252,80,109). Sum of RGB (Red+Green+Blue) = 252+80+109=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC506D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC506D is #03AF92. Grayscale: #868686. Windows color (decimal): -241555 or 7164156. OLE color: 7164156.
HSL color Cylindrical-coordinate representation of color #FC506D: hue angle of 349.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 #FC506D is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 109 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.01 |
| HSL | 349.88º | 0.97% | 0.65% | - |
| HSV(B) | 349.88º | 0.68% | 0.99% | - |
| XYZ | 45.77 | 27.54 | 17.37 | - |
| YUV | 134.73 | 113.48 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 109 | 0 | 0.68 | 0.57 | 0.01 | 349.88 | 0.97 | 0.65 |
| Hex | FC | 50 | 6D | 0 | 44 | 39 | 1 | 15E | 61 | 41 |
| Octal | 374 | 120 | 155 | 0 | 104 | 71 | 1 | 536 | 141 | 101 |
| Binary | 11111100 | 1010000 | 1101101 | 0 | 1000100 | 111001 | 1 | 101011110 | 1100001 | 1000001 |
Color Harmonies of #FC506D
Complementary color
Monochromatic Colors of #FC506D
Black with #FC506D
Text Example
Text Example
White with #FC506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC506D; }
p { color: rgb(252,80,109); }
H1.HeaderClassName
{
color: #FC506D;
}
.AnyTagClassName
{
color: #FC506D;
}
</style>
background-color css
<style>
a { background-color: #FC506D; }
a { background-color: rgb(252,80,109); }
div.DivClassName
{
background-color: #FC506D;
}
.BgClassName
{
background-color: #FC506D;
}
</style>
border-color css
<style>
span { border-color: #FC506D; }
span { border-color: rgb(252,80,109); }
td.TdClassName
{
border-color: #FC506D;
}
.TagClassName
{
border-color: #FC506D;
}
</style>