Shades of Wild Watermelon #FF6768
Tints of Wild Watermelon #FF6768
RGB
CMYK
RGB Variations
Color information
#FF6768 (or 0xFF6768) is known color: Wild Watermelon. HEX triplet: FF, 67 and 68. RGB value is (255,103,104). Sum of RGB (Red+Green+Blue) = 255+103+104=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6768 is #009897. Grayscale: #949494. Windows color (decimal): -39064 or 6842367. OLE color: 6842367.
HSL color Cylindrical-coordinate representation of color #FF6768: hue angle of 359.61º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6768 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 104 | - |
| CMYK | 0 | 0.60 | 0.59 | 0 |
| HSL | 359.61º | 1% | 0.7% | - |
| HSV(B) | 359.61º | 0.6% | 1% | - |
| XYZ | 48.59 | 31.96 | 16.7 | - |
| YUV | 148.56 | 102.86 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 104 | 0 | 0.60 | 0.59 | 0 | 359.61 | 1 | 0.7 |
| Hex | FF | 67 | 68 | 0 | 3C | 3B | 0 | 168 | 64 | 46 |
| Octal | 377 | 147 | 150 | 0 | 74 | 73 | 0 | 550 | 144 | 106 |
| Binary | 11111111 | 1100111 | 1101000 | 0 | 111100 | 111011 | 0 | 101101000 | 1100100 | 1000110 |
Color Harmonies of #FF6768
Complementary color
Monochromatic Colors of #FF6768
Black with #FF6768
Text Example
Text Example
White with #FF6768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6768; }
p { color: rgb(255,103,104); }
H1.HeaderClassName
{
color: #FF6768;
}
.AnyTagClassName
{
color: #FF6768;
}
</style>
background-color css
<style>
a { background-color: #FF6768; }
a { background-color: rgb(255,103,104); }
div.DivClassName
{
background-color: #FF6768;
}
.BgClassName
{
background-color: #FF6768;
}
</style>
border-color css
<style>
span { border-color: #FF6768; }
span { border-color: rgb(255,103,104); }
td.TdClassName
{
border-color: #FF6768;
}
.TagClassName
{
border-color: #FF6768;
}
</style>