Shades of Wild Watermelon #FC515E
Tints of Wild Watermelon #FC515E
RGB
CMYK
RGB Variations
Color information
#FC515E (or 0xFC515E) is known color: Wild Watermelon. HEX triplet: FC, 51 and 5E. RGB value is (252,81,94). Sum of RGB (Red+Green+Blue) = 252+81+94=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC515E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC515E is #03AEA1. Grayscale: #858585. Windows color (decimal): -241314 or 6181372. OLE color: 6181372.
HSL color Cylindrical-coordinate representation of color #FC515E: hue angle of 355.44º 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 #FC515E is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 94 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.01 |
| HSL | 355.44º | 0.97% | 0.65% | - |
| HSV(B) | 355.44º | 0.68% | 0.99% | - |
| XYZ | 45.11 | 27.39 | 13.5 | - |
| YUV | 133.61 | 105.65 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 94 | 0 | 0.68 | 0.63 | 0.01 | 355.44 | 0.97 | 0.65 |
| Hex | FC | 51 | 5E | 0 | 44 | 3F | 1 | 163 | 61 | 41 |
| Octal | 374 | 121 | 136 | 0 | 104 | 77 | 1 | 543 | 141 | 101 |
| Binary | 11111100 | 1010001 | 1011110 | 0 | 1000100 | 111111 | 1 | 101100011 | 1100001 | 1000001 |
Color Harmonies of #FC515E
Complementary color
Monochromatic Colors of #FC515E
Black with #FC515E
Text Example
Text Example
White with #FC515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC515E; }
p { color: rgb(252,81,94); }
H1.HeaderClassName
{
color: #FC515E;
}
.AnyTagClassName
{
color: #FC515E;
}
</style>
background-color css
<style>
a { background-color: #FC515E; }
a { background-color: rgb(252,81,94); }
div.DivClassName
{
background-color: #FC515E;
}
.BgClassName
{
background-color: #FC515E;
}
</style>
border-color css
<style>
span { border-color: #FC515E; }
span { border-color: rgb(252,81,94); }
td.TdClassName
{
border-color: #FC515E;
}
.TagClassName
{
border-color: #FC515E;
}
</style>