Shades of Wild Watermelon #FF6873
Tints of Wild Watermelon #FF6873
RGB
CMYK
RGB Variations
Color information
#FF6873 (or 0xFF6873) is known color: Wild Watermelon. HEX triplet: FF, 68 and 73. RGB value is (255,104,115). Sum of RGB (Red+Green+Blue) = 255+104+115=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6873 is #00978C. Grayscale: #969696. Windows color (decimal): -38797 or 7563519. OLE color: 7563519.
HSL color Cylindrical-coordinate representation of color #FF6873: hue angle of 355.63º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF6873 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 115 | - |
| CMYK | 0 | 0.59 | 0.55 | 0 |
| HSL | 355.63º | 1% | 0.7% | - |
| HSV(B) | 355.63º | 0.59% | 1% | - |
| XYZ | 49.28 | 32.4 | 19.88 | - |
| YUV | 150.4 | 108.03 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 115 | 0 | 0.59 | 0.55 | 0 | 355.63 | 1 | 0.7 |
| Hex | FF | 68 | 73 | 0 | 3B | 37 | 0 | 164 | 64 | 46 |
| Octal | 377 | 150 | 163 | 0 | 73 | 67 | 0 | 544 | 144 | 106 |
| Binary | 11111111 | 1101000 | 1110011 | 0 | 111011 | 110111 | 0 | 101100100 | 1100100 | 1000110 |
Color Harmonies of #FF6873
Complementary color
Monochromatic Colors of #FF6873
Black with #FF6873
Text Example
Text Example
White with #FF6873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6873; }
p { color: rgb(255,104,115); }
H1.HeaderClassName
{
color: #FF6873;
}
.AnyTagClassName
{
color: #FF6873;
}
</style>
background-color css
<style>
a { background-color: #FF6873; }
a { background-color: rgb(255,104,115); }
div.DivClassName
{
background-color: #FF6873;
}
.BgClassName
{
background-color: #FF6873;
}
</style>
border-color css
<style>
span { border-color: #FF6873; }
span { border-color: rgb(255,104,115); }
td.TdClassName
{
border-color: #FF6873;
}
.TagClassName
{
border-color: #FF6873;
}
</style>