Shades of Wild Watermelon #FF616F
Tints of Wild Watermelon #FF616F
RGB
CMYK
RGB Variations
Color information
#FF616F (or 0xFF616F) is known color: Wild Watermelon. HEX triplet: FF, 61 and 6F. RGB value is (255,97,111). Sum of RGB (Red+Green+Blue) = 255+97+111=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF616F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF616F is #009E90. Grayscale: #919191. Windows color (decimal): -40593 or 7299583. OLE color: 7299583.
HSL color Cylindrical-coordinate representation of color #FF616F: hue angle of 354.68º 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 #FF616F is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 97 | 111 | - |
CMYK | 0 | 0.62 | 0.56 | 0 |
HSL | 354.68º | 1% | 0.69% | - |
HSV(B) | 354.68º | 0.62% | 1% | - |
XYZ | 48.38 | 30.96 | 18.46 | - |
YUV | 145.84 | 108.35 | 205.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 97 | 111 | 0 | 0.62 | 0.56 | 0 | 354.68 | 1 | 0.69 |
Hex | FF | 61 | 6F | 0 | 3E | 38 | 0 | 163 | 64 | 45 |
Octal | 377 | 141 | 157 | 0 | 76 | 70 | 0 | 543 | 144 | 105 |
Binary | 11111111 | 1100001 | 1101111 | 0 | 111110 | 111000 | 0 | 101100011 | 1100100 | 1000101 |
Color Harmonies of #FF616F
Complementary color
Monochromatic Colors of #FF616F
Black with #FF616F
Text Example
Text Example
White with #FF616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF616F; }
p { color: rgb(255,97,111); }
H1.HeaderClassName
{
color: #FF616F;
}
.AnyTagClassName
{
color: #FF616F;
}
</style>
background-color css
<style>
a { background-color: #FF616F; }
a { background-color: rgb(255,97,111); }
div.DivClassName
{
background-color: #FF616F;
}
.BgClassName
{
background-color: #FF616F;
}
</style>
border-color css
<style>
span { border-color: #FF616F; }
span { border-color: rgb(255,97,111); }
td.TdClassName
{
border-color: #FF616F;
}
.TagClassName
{
border-color: #FF616F;
}
</style>