Shades of Wild Watermelon #FC517A
Tints of Wild Watermelon #FC517A
RGB
CMYK
RGB Variations
Color information
#FC517A (or 0xFC517A) is known color: Wild Watermelon. HEX triplet: FC, 51 and 7A. RGB value is (252,81,122). Sum of RGB (Red+Green+Blue) = 252+81+122=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC517A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC517A is #03AE85. Grayscale: #888888. Windows color (decimal): -241286 or 8016380. OLE color: 8016380.
HSL color Cylindrical-coordinate representation of color #FC517A: hue angle of 345.61º 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 #FC517A is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 122 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.01 |
| HSL | 345.61º | 0.97% | 0.65% | - |
| HSV(B) | 345.61º | 0.68% | 0.99% | - |
| XYZ | 46.6 | 27.99 | 21.36 | - |
| YUV | 136.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 122 | 0 | 0.68 | 0.52 | 0.01 | 345.61 | 0.97 | 0.65 |
| Hex | FC | 51 | 7A | 0 | 44 | 34 | 1 | 15A | 61 | 41 |
| Octal | 374 | 121 | 172 | 0 | 104 | 64 | 1 | 532 | 141 | 101 |
| Binary | 11111100 | 1010001 | 1111010 | 0 | 1000100 | 110100 | 1 | 101011010 | 1100001 | 1000001 |
Color Harmonies of #FC517A
Complementary color
Monochromatic Colors of #FC517A
Black with #FC517A
Text Example
Text Example
White with #FC517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC517A; }
p { color: rgb(252,81,122); }
H1.HeaderClassName
{
color: #FC517A;
}
.AnyTagClassName
{
color: #FC517A;
}
</style>
background-color css
<style>
a { background-color: #FC517A; }
a { background-color: rgb(252,81,122); }
div.DivClassName
{
background-color: #FC517A;
}
.BgClassName
{
background-color: #FC517A;
}
</style>
border-color css
<style>
span { border-color: #FC517A; }
span { border-color: rgb(252,81,122); }
td.TdClassName
{
border-color: #FC517A;
}
.TagClassName
{
border-color: #FC517A;
}
</style>