Shades of Wild Watermelon #FF617A
Tints of Wild Watermelon #FF617A
RGB
CMYK
RGB Variations
Color information
#FF617A (or 0xFF617A) is known color: Wild Watermelon. HEX triplet: FF, 61 and 7A. RGB value is (255,97,122). Sum of RGB (Red+Green+Blue) = 255+97+122=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF617A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF617A is #009E85. Grayscale: #939393. Windows color (decimal): -40582 or 8020479. OLE color: 8020479.
HSL color Cylindrical-coordinate representation of color #FF617A: hue angle of 350.51º 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 #FF617A is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 122 | - |
| CMYK | 0 | 0.62 | 0.52 | 0 |
| HSL | 350.51º | 1% | 0.69% | - |
| HSV(B) | 350.51º | 0.62% | 1% | - |
| XYZ | 49.03 | 31.21 | 21.85 | - |
| YUV | 147.09 | 113.85 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 122 | 0 | 0.62 | 0.52 | 0 | 350.51 | 1 | 0.69 |
| Hex | FF | 61 | 7A | 0 | 3E | 34 | 0 | 15F | 64 | 45 |
| Octal | 377 | 141 | 172 | 0 | 76 | 64 | 0 | 537 | 144 | 105 |
| Binary | 11111111 | 1100001 | 1111010 | 0 | 111110 | 110100 | 0 | 101011111 | 1100100 | 1000101 |
Color Harmonies of #FF617A
Complementary color
Monochromatic Colors of #FF617A
Black with #FF617A
Text Example
Text Example
White with #FF617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF617A; }
p { color: rgb(255,97,122); }
H1.HeaderClassName
{
color: #FF617A;
}
.AnyTagClassName
{
color: #FF617A;
}
</style>
background-color css
<style>
a { background-color: #FF617A; }
a { background-color: rgb(255,97,122); }
div.DivClassName
{
background-color: #FF617A;
}
.BgClassName
{
background-color: #FF617A;
}
</style>
border-color css
<style>
span { border-color: #FF617A; }
span { border-color: rgb(255,97,122); }
td.TdClassName
{
border-color: #FF617A;
}
.TagClassName
{
border-color: #FF617A;
}
</style>