Shades of Wild Watermelon #FF6168
Tints of Wild Watermelon #FF6168
RGB
CMYK
RGB Variations
Color information
#FF6168 (or 0xFF6168) is known color: Wild Watermelon. HEX triplet: FF, 61 and 68. RGB value is (255,97,104). Sum of RGB (Red+Green+Blue) = 255+97+104=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6168 is #009E97. Grayscale: #919191. Windows color (decimal): -40600 or 6840831. OLE color: 6840831.
HSL color Cylindrical-coordinate representation of color #FF6168: hue angle of 357.34º 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 #FF6168 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 104 | - |
| CMYK | 0 | 0.62 | 0.59 | 0 |
| HSL | 357.34º | 1% | 0.69% | - |
| HSV(B) | 357.34º | 0.62% | 1% | - |
| XYZ | 48.01 | 30.81 | 16.51 | - |
| YUV | 145.04 | 104.85 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 104 | 0 | 0.62 | 0.59 | 0 | 357.34 | 1 | 0.69 |
| Hex | FF | 61 | 68 | 0 | 3E | 3B | 0 | 165 | 64 | 45 |
| Octal | 377 | 141 | 150 | 0 | 76 | 73 | 0 | 545 | 144 | 105 |
| Binary | 11111111 | 1100001 | 1101000 | 0 | 111110 | 111011 | 0 | 101100101 | 1100100 | 1000101 |
Color Harmonies of #FF6168
Complementary color
Monochromatic Colors of #FF6168
Black with #FF6168
Text Example
Text Example
White with #FF6168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6168; }
p { color: rgb(255,97,104); }
H1.HeaderClassName
{
color: #FF6168;
}
.AnyTagClassName
{
color: #FF6168;
}
</style>
background-color css
<style>
a { background-color: #FF6168; }
a { background-color: rgb(255,97,104); }
div.DivClassName
{
background-color: #FF6168;
}
.BgClassName
{
background-color: #FF6168;
}
</style>
border-color css
<style>
span { border-color: #FF6168; }
span { border-color: rgb(255,97,104); }
td.TdClassName
{
border-color: #FF6168;
}
.TagClassName
{
border-color: #FF6168;
}
</style>