Shades of Wild Watermelon #FF6A6B
Tints of Wild Watermelon #FF6A6B
RGB
CMYK
RGB Variations
Color information
#FF6A6B (or 0xFF6A6B) is known color: Wild Watermelon. HEX triplet: FF, 6A and 6B. RGB value is (255,106,107). Sum of RGB (Red+Green+Blue) = 255+106+107=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6A6B is #009594. Grayscale: #969696. Windows color (decimal): -38293 or 7039743. OLE color: 7039743.
HSL color Cylindrical-coordinate representation of color #FF6A6B: hue angle of 359.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6A6B is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 107 | - |
| CMYK | 0 | 0.58 | 0.58 | 0 |
| HSL | 359.6º | 1% | 0.71% | - |
| HSV(B) | 359.6º | 0.58% | 1% | - |
| XYZ | 49.05 | 32.63 | 17.62 | - |
| YUV | 150.67 | 103.36 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 107 | 0 | 0.58 | 0.58 | 0 | 359.6 | 1 | 0.71 |
| Hex | FF | 6A | 6B | 0 | 3A | 3A | 0 | 168 | 64 | 47 |
| Octal | 377 | 152 | 153 | 0 | 72 | 72 | 0 | 550 | 144 | 107 |
| Binary | 11111111 | 1101010 | 1101011 | 0 | 111010 | 111010 | 0 | 101101000 | 1100100 | 1000111 |
Color Harmonies of #FF6A6B
Complementary color
Monochromatic Colors of #FF6A6B
Black with #FF6A6B
Text Example
Text Example
White with #FF6A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A6B; }
p { color: rgb(255,106,107); }
H1.HeaderClassName
{
color: #FF6A6B;
}
.AnyTagClassName
{
color: #FF6A6B;
}
</style>
background-color css
<style>
a { background-color: #FF6A6B; }
a { background-color: rgb(255,106,107); }
div.DivClassName
{
background-color: #FF6A6B;
}
.BgClassName
{
background-color: #FF6A6B;
}
</style>
border-color css
<style>
span { border-color: #FF6A6B; }
span { border-color: rgb(255,106,107); }
td.TdClassName
{
border-color: #FF6A6B;
}
.TagClassName
{
border-color: #FF6A6B;
}
</style>