Shades of Wild Watermelon #FF6D73
Tints of Wild Watermelon #FF6D73
RGB
CMYK
RGB Variations
Color information
#FF6D73 (or 0xFF6D73) is known color: Wild Watermelon. HEX triplet: FF, 6D and 73. RGB value is (255,109,115). Sum of RGB (Red+Green+Blue) = 255+109+115=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6D73 is #00928C. Grayscale: #999999. Windows color (decimal): -37517 or 7564799. OLE color: 7564799.
HSL color Cylindrical-coordinate representation of color #FF6D73: hue angle of 357.53º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6D73 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 115 | - |
| CMYK | 0 | 0.57 | 0.55 | 0 |
| HSL | 357.53º | 1% | 0.71% | - |
| HSV(B) | 357.53º | 0.57% | 1% | - |
| XYZ | 49.8 | 33.44 | 20.05 | - |
| YUV | 153.34 | 106.37 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 115 | 0 | 0.57 | 0.55 | 0 | 357.53 | 1 | 0.71 |
| Hex | FF | 6D | 73 | 0 | 39 | 37 | 0 | 166 | 64 | 47 |
| Octal | 377 | 155 | 163 | 0 | 71 | 67 | 0 | 546 | 144 | 107 |
| Binary | 11111111 | 1101101 | 1110011 | 0 | 111001 | 110111 | 0 | 101100110 | 1100100 | 1000111 |
Color Harmonies of #FF6D73
Complementary color
Monochromatic Colors of #FF6D73
Black with #FF6D73
Text Example
Text Example
White with #FF6D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6D73; }
p { color: rgb(255,109,115); }
H1.HeaderClassName
{
color: #FF6D73;
}
.AnyTagClassName
{
color: #FF6D73;
}
</style>
background-color css
<style>
a { background-color: #FF6D73; }
a { background-color: rgb(255,109,115); }
div.DivClassName
{
background-color: #FF6D73;
}
.BgClassName
{
background-color: #FF6D73;
}
</style>
border-color css
<style>
span { border-color: #FF6D73; }
span { border-color: rgb(255,109,115); }
td.TdClassName
{
border-color: #FF6D73;
}
.TagClassName
{
border-color: #FF6D73;
}
</style>