Shades of Wild Watermelon #FF6C6F
Tints of Wild Watermelon #FF6C6F
RGB
CMYK
RGB Variations
Color information
#FF6C6F (or 0xFF6C6F) is known color: Wild Watermelon. HEX triplet: FF, 6C and 6F. RGB value is (255,108,111). Sum of RGB (Red+Green+Blue) = 255+108+111=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6C6F is #009390. Grayscale: #989898. Windows color (decimal): -37777 or 7302399. OLE color: 7302399.
HSL color Cylindrical-coordinate representation of color #FF6C6F: hue angle of 358.78º 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 #FF6C6F is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 111 | - |
| CMYK | 0 | 0.58 | 0.56 | 0 |
| HSL | 358.78º | 1% | 0.71% | - |
| HSV(B) | 358.78º | 0.58% | 1% | - |
| XYZ | 49.47 | 33.13 | 18.83 | - |
| YUV | 152.3 | 104.7 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 111 | 0 | 0.58 | 0.56 | 0 | 358.78 | 1 | 0.71 |
| Hex | FF | 6C | 6F | 0 | 3A | 38 | 0 | 167 | 64 | 47 |
| Octal | 377 | 154 | 157 | 0 | 72 | 70 | 0 | 547 | 144 | 107 |
| Binary | 11111111 | 1101100 | 1101111 | 0 | 111010 | 111000 | 0 | 101100111 | 1100100 | 1000111 |
Color Harmonies of #FF6C6F
Complementary color
Monochromatic Colors of #FF6C6F
Black with #FF6C6F
Text Example
Text Example
White with #FF6C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C6F; }
p { color: rgb(255,108,111); }
H1.HeaderClassName
{
color: #FF6C6F;
}
.AnyTagClassName
{
color: #FF6C6F;
}
</style>
background-color css
<style>
a { background-color: #FF6C6F; }
a { background-color: rgb(255,108,111); }
div.DivClassName
{
background-color: #FF6C6F;
}
.BgClassName
{
background-color: #FF6C6F;
}
</style>
border-color css
<style>
span { border-color: #FF6C6F; }
span { border-color: rgb(255,108,111); }
td.TdClassName
{
border-color: #FF6C6F;
}
.TagClassName
{
border-color: #FF6C6F;
}
</style>