Shades of Wild Watermelon #FF6773
Tints of Wild Watermelon #FF6773
RGB
CMYK
RGB Variations
Color information
#FF6773 (or 0xFF6773) is known color: Wild Watermelon. HEX triplet: FF, 67 and 73. RGB value is (255,103,115). Sum of RGB (Red+Green+Blue) = 255+103+115=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6773 is #00988C. Grayscale: #959595. Windows color (decimal): -39053 or 7563263. OLE color: 7563263.
HSL color Cylindrical-coordinate representation of color #FF6773: hue angle of 355.26º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6773 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 115 | - |
| CMYK | 0 | 0.60 | 0.55 | 0 |
| HSL | 355.26º | 1% | 0.7% | - |
| HSV(B) | 355.26º | 0.6% | 1% | - |
| XYZ | 49.18 | 32.2 | 19.84 | - |
| YUV | 149.82 | 108.36 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 115 | 0 | 0.60 | 0.55 | 0 | 355.26 | 1 | 0.7 |
| Hex | FF | 67 | 73 | 0 | 3C | 37 | 0 | 163 | 64 | 46 |
| Octal | 377 | 147 | 163 | 0 | 74 | 67 | 0 | 543 | 144 | 106 |
| Binary | 11111111 | 1100111 | 1110011 | 0 | 111100 | 110111 | 0 | 101100011 | 1100100 | 1000110 |
Color Harmonies of #FF6773
Complementary color
Monochromatic Colors of #FF6773
Black with #FF6773
Text Example
Text Example
White with #FF6773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6773; }
p { color: rgb(255,103,115); }
H1.HeaderClassName
{
color: #FF6773;
}
.AnyTagClassName
{
color: #FF6773;
}
</style>
background-color css
<style>
a { background-color: #FF6773; }
a { background-color: rgb(255,103,115); }
div.DivClassName
{
background-color: #FF6773;
}
.BgClassName
{
background-color: #FF6773;
}
</style>
border-color css
<style>
span { border-color: #FF6773; }
span { border-color: rgb(255,103,115); }
td.TdClassName
{
border-color: #FF6773;
}
.TagClassName
{
border-color: #FF6773;
}
</style>