Shades of Wild Watermelon #FF6164
Tints of Wild Watermelon #FF6164
RGB
CMYK
RGB Variations
Color information
#FF6164 (or 0xFF6164) is known color: Wild Watermelon. HEX triplet: FF, 61 and 64. RGB value is (255,97,100). Sum of RGB (Red+Green+Blue) = 255+97+100=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6164 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6164 is #009E9B. Grayscale: #909090. Windows color (decimal): -40604 or 6578687. OLE color: 6578687.
HSL color Cylindrical-coordinate representation of color #FF6164: hue angle of 358.86º 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 #FF6164 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 100 | - |
| CMYK | 0 | 0.62 | 0.61 | 0 |
| HSL | 358.86º | 1% | 0.69% | - |
| HSV(B) | 358.86º | 0.62% | 1% | - |
| XYZ | 47.81 | 30.73 | 15.47 | - |
| YUV | 144.58 | 102.85 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 100 | 0 | 0.62 | 0.61 | 0 | 358.86 | 1 | 0.69 |
| Hex | FF | 61 | 64 | 0 | 3E | 3D | 0 | 167 | 64 | 45 |
| Octal | 377 | 141 | 144 | 0 | 76 | 75 | 0 | 547 | 144 | 105 |
| Binary | 11111111 | 1100001 | 1100100 | 0 | 111110 | 111101 | 0 | 101100111 | 1100100 | 1000101 |
Color Harmonies of #FF6164
Complementary color
Monochromatic Colors of #FF6164
Black with #FF6164
Text Example
Text Example
White with #FF6164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6164; }
p { color: rgb(255,97,100); }
H1.HeaderClassName
{
color: #FF6164;
}
.AnyTagClassName
{
color: #FF6164;
}
</style>
background-color css
<style>
a { background-color: #FF6164; }
a { background-color: rgb(255,97,100); }
div.DivClassName
{
background-color: #FF6164;
}
.BgClassName
{
background-color: #FF6164;
}
</style>
border-color css
<style>
span { border-color: #FF6164; }
span { border-color: rgb(255,97,100); }
td.TdClassName
{
border-color: #FF6164;
}
.TagClassName
{
border-color: #FF6164;
}
</style>