Shades of Wild Watermelon #FF5363
Tints of Wild Watermelon #FF5363
RGB
CMYK
RGB Variations
Color information
#FF5363 (or 0xFF5363) is known color: Wild Watermelon. HEX triplet: FF, 53 and 63. RGB value is (255,83,99). Sum of RGB (Red+Green+Blue) = 255+83+99=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5363 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5363 is #00AC9C. Grayscale: #888888. Windows color (decimal): -44189 or 6509567. OLE color: 6509567.
HSL color Cylindrical-coordinate representation of color #FF5363: hue angle of 354.42º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5363 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 99 | - |
| CMYK | 0 | 0.67 | 0.61 | 0 |
| HSL | 354.42º | 1% | 0.66% | - |
| HSV(B) | 354.42º | 0.67% | 1% | - |
| XYZ | 46.59 | 28.35 | 14.82 | - |
| YUV | 136.25 | 106.98 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 99 | 0 | 0.67 | 0.61 | 0 | 354.42 | 1 | 0.66 |
| Hex | FF | 53 | 63 | 0 | 43 | 3D | 0 | 162 | 64 | 42 |
| Octal | 377 | 123 | 143 | 0 | 103 | 75 | 0 | 542 | 144 | 102 |
| Binary | 11111111 | 1010011 | 1100011 | 0 | 1000011 | 111101 | 0 | 101100010 | 1100100 | 1000010 |
Color Harmonies of #FF5363
Complementary color
Monochromatic Colors of #FF5363
Black with #FF5363
Text Example
Text Example
White with #FF5363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5363; }
p { color: rgb(255,83,99); }
H1.HeaderClassName
{
color: #FF5363;
}
.AnyTagClassName
{
color: #FF5363;
}
</style>
background-color css
<style>
a { background-color: #FF5363; }
a { background-color: rgb(255,83,99); }
div.DivClassName
{
background-color: #FF5363;
}
.BgClassName
{
background-color: #FF5363;
}
</style>
border-color css
<style>
span { border-color: #FF5363; }
span { border-color: rgb(255,83,99); }
td.TdClassName
{
border-color: #FF5363;
}
.TagClassName
{
border-color: #FF5363;
}
</style>