Shades of Wild Watermelon #FF6473
Tints of Wild Watermelon #FF6473
RGB
CMYK
RGB Variations
Color information
#FF6473 (or 0xFF6473) is known color: Wild Watermelon. HEX triplet: FF, 64 and 73. RGB value is (255,100,115). Sum of RGB (Red+Green+Blue) = 255+100+115=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6473 is #009B8C. Grayscale: #949494. Windows color (decimal): -39821 or 7562495. OLE color: 7562495.
HSL color Cylindrical-coordinate representation of color #FF6473: hue angle of 354.19º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF6473 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 115 | - |
| CMYK | 0 | 0.61 | 0.55 | 0 |
| HSL | 354.19º | 1% | 0.7% | - |
| HSV(B) | 354.19º | 0.61% | 1% | - |
| XYZ | 48.89 | 31.61 | 19.74 | - |
| YUV | 148.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 115 | 0 | 0.61 | 0.55 | 0 | 354.19 | 1 | 0.7 |
| Hex | FF | 64 | 73 | 0 | 3D | 37 | 0 | 162 | 64 | 46 |
| Octal | 377 | 144 | 163 | 0 | 75 | 67 | 0 | 542 | 144 | 106 |
| Binary | 11111111 | 1100100 | 1110011 | 0 | 111101 | 110111 | 0 | 101100010 | 1100100 | 1000110 |
Color Harmonies of #FF6473
Complementary color
Monochromatic Colors of #FF6473
Black with #FF6473
Text Example
Text Example
White with #FF6473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6473; }
p { color: rgb(255,100,115); }
H1.HeaderClassName
{
color: #FF6473;
}
.AnyTagClassName
{
color: #FF6473;
}
</style>
background-color css
<style>
a { background-color: #FF6473; }
a { background-color: rgb(255,100,115); }
div.DivClassName
{
background-color: #FF6473;
}
.BgClassName
{
background-color: #FF6473;
}
</style>
border-color css
<style>
span { border-color: #FF6473; }
span { border-color: rgb(255,100,115); }
td.TdClassName
{
border-color: #FF6473;
}
.TagClassName
{
border-color: #FF6473;
}
</style>