Shades of Wild Watermelon #FF616A
Tints of Wild Watermelon #FF616A
RGB
CMYK
RGB Variations
Color information
#FF616A (or 0xFF616A) is known color: Wild Watermelon. HEX triplet: FF, 61 and 6A. RGB value is (255,97,106). Sum of RGB (Red+Green+Blue) = 255+97+106=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF616A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF616A is #009E95. Grayscale: #919191. Windows color (decimal): -40598 or 6971903. OLE color: 6971903.
HSL color Cylindrical-coordinate representation of color #FF616A: hue angle of 356.58º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF616A is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 106 | - |
| CMYK | 0 | 0.62 | 0.58 | 0 |
| HSL | 356.58º | 1% | 0.69% | - |
| HSV(B) | 356.58º | 0.62% | 1% | - |
| XYZ | 48.12 | 30.85 | 17.05 | - |
| YUV | 145.27 | 105.85 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 106 | 0 | 0.62 | 0.58 | 0 | 356.58 | 1 | 0.69 |
| Hex | FF | 61 | 6A | 0 | 3E | 3A | 0 | 165 | 64 | 45 |
| Octal | 377 | 141 | 152 | 0 | 76 | 72 | 0 | 545 | 144 | 105 |
| Binary | 11111111 | 1100001 | 1101010 | 0 | 111110 | 111010 | 0 | 101100101 | 1100100 | 1000101 |
Color Harmonies of #FF616A
Complementary color
Monochromatic Colors of #FF616A
Black with #FF616A
Text Example
Text Example
White with #FF616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF616A; }
p { color: rgb(255,97,106); }
H1.HeaderClassName
{
color: #FF616A;
}
.AnyTagClassName
{
color: #FF616A;
}
</style>
background-color css
<style>
a { background-color: #FF616A; }
a { background-color: rgb(255,97,106); }
div.DivClassName
{
background-color: #FF616A;
}
.BgClassName
{
background-color: #FF616A;
}
</style>
border-color css
<style>
span { border-color: #FF616A; }
span { border-color: rgb(255,97,106); }
td.TdClassName
{
border-color: #FF616A;
}
.TagClassName
{
border-color: #FF616A;
}
</style>