Shades of Wild Watermelon #FC515D
Tints of Wild Watermelon #FC515D
RGB
CMYK
RGB Variations
Color information
#FC515D (or 0xFC515D) is known color: Wild Watermelon. HEX triplet: FC, 51 and 5D. RGB value is (252,81,93). Sum of RGB (Red+Green+Blue) = 252+81+93=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC515D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC515D is #03AEA2. Grayscale: #858585. Windows color (decimal): -241315 or 6115836. OLE color: 6115836.
HSL color Cylindrical-coordinate representation of color #FC515D: hue angle of 355.79º 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 #FC515D is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 93 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.01 |
| HSL | 355.79º | 0.97% | 0.65% | - |
| HSV(B) | 355.79º | 0.68% | 0.99% | - |
| XYZ | 45.06 | 27.37 | 13.26 | - |
| YUV | 133.5 | 105.15 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 93 | 0 | 0.68 | 0.63 | 0.01 | 355.79 | 0.97 | 0.65 |
| Hex | FC | 51 | 5D | 0 | 44 | 3F | 1 | 164 | 61 | 41 |
| Octal | 374 | 121 | 135 | 0 | 104 | 77 | 1 | 544 | 141 | 101 |
| Binary | 11111100 | 1010001 | 1011101 | 0 | 1000100 | 111111 | 1 | 101100100 | 1100001 | 1000001 |
Color Harmonies of #FC515D
Complementary color
Monochromatic Colors of #FC515D
Black with #FC515D
Text Example
Text Example
White with #FC515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC515D; }
p { color: rgb(252,81,93); }
H1.HeaderClassName
{
color: #FC515D;
}
.AnyTagClassName
{
color: #FC515D;
}
</style>
background-color css
<style>
a { background-color: #FC515D; }
a { background-color: rgb(252,81,93); }
div.DivClassName
{
background-color: #FC515D;
}
.BgClassName
{
background-color: #FC515D;
}
</style>
border-color css
<style>
span { border-color: #FC515D; }
span { border-color: rgb(252,81,93); }
td.TdClassName
{
border-color: #FC515D;
}
.TagClassName
{
border-color: #FC515D;
}
</style>