Shades of Wild Watermelon #FF5373
Tints of Wild Watermelon #FF5373
RGB
CMYK
RGB Variations
Color information
#FF5373 (or 0xFF5373) is known color: Wild Watermelon. HEX triplet: FF, 53 and 73. RGB value is (255,83,115). Sum of RGB (Red+Green+Blue) = 255+83+115=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5373 is #00AC8C. Grayscale: #8A8A8A. Windows color (decimal): -44173 or 7558143. OLE color: 7558143.
HSL color Cylindrical-coordinate representation of color #FF5373: hue angle of 348.84º 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 #FF5373 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 115 | - |
| CMYK | 0 | 0.67 | 0.55 | 0 |
| HSL | 348.84º | 1% | 0.66% | - |
| HSV(B) | 348.84º | 0.67% | 1% | - |
| XYZ | 47.43 | 28.68 | 19.26 | - |
| YUV | 138.08 | 114.98 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 115 | 0 | 0.67 | 0.55 | 0 | 348.84 | 1 | 0.66 |
| Hex | FF | 53 | 73 | 0 | 43 | 37 | 0 | 15D | 64 | 42 |
| Octal | 377 | 123 | 163 | 0 | 103 | 67 | 0 | 535 | 144 | 102 |
| Binary | 11111111 | 1010011 | 1110011 | 0 | 1000011 | 110111 | 0 | 101011101 | 1100100 | 1000010 |
Color Harmonies of #FF5373
Complementary color
Monochromatic Colors of #FF5373
Black with #FF5373
Text Example
Text Example
White with #FF5373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5373; }
p { color: rgb(255,83,115); }
H1.HeaderClassName
{
color: #FF5373;
}
.AnyTagClassName
{
color: #FF5373;
}
</style>
background-color css
<style>
a { background-color: #FF5373; }
a { background-color: rgb(255,83,115); }
div.DivClassName
{
background-color: #FF5373;
}
.BgClassName
{
background-color: #FF5373;
}
</style>
border-color css
<style>
span { border-color: #FF5373; }
span { border-color: rgb(255,83,115); }
td.TdClassName
{
border-color: #FF5373;
}
.TagClassName
{
border-color: #FF5373;
}
</style>