Shades of Bittersweet #FF6F6A
Tints of Bittersweet #FF6F6A
RGB
CMYK
RGB Variations
Color information
#FF6F6A (or 0xFF6F6A) is known color: Bittersweet. HEX triplet: FF, 6F and 6A. RGB value is (255,111,106). Sum of RGB (Red+Green+Blue) = 255+111+106=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6F6A is #009095. Grayscale: #999999. Windows color (decimal): -37014 or 6975487. OLE color: 6975487.
HSL color Cylindrical-coordinate representation of color #FF6F6A: hue angle of 2.01º 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 #FF6F6A is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 106 | - |
| CMYK | 0 | 0.56 | 0.58 | 0 |
| HSL | 2.01º | 1% | 0.71% | - |
| HSV(B) | 2.01º | 0.58% | 1% | - |
| XYZ | 49.53 | 33.67 | 17.52 | - |
| YUV | 153.49 | 101.21 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 106 | 0 | 0.56 | 0.58 | 0 | 2.01 | 1 | 0.71 |
| Hex | FF | 6F | 6A | 0 | 38 | 3A | 0 | 2 | 64 | 47 |
| Octal | 377 | 157 | 152 | 0 | 70 | 72 | 0 | 2 | 144 | 107 |
| Binary | 11111111 | 1101111 | 1101010 | 0 | 111000 | 111010 | 0 | 10 | 1100100 | 1000111 |
Color Harmonies of #FF6F6A
Complementary color
Monochromatic Colors of #FF6F6A
Black with #FF6F6A
Text Example
Text Example
White with #FF6F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F6A; }
p { color: rgb(255,111,106); }
H1.HeaderClassName
{
color: #FF6F6A;
}
.AnyTagClassName
{
color: #FF6F6A;
}
</style>
background-color css
<style>
a { background-color: #FF6F6A; }
a { background-color: rgb(255,111,106); }
div.DivClassName
{
background-color: #FF6F6A;
}
.BgClassName
{
background-color: #FF6F6A;
}
</style>
border-color css
<style>
span { border-color: #FF6F6A; }
span { border-color: rgb(255,111,106); }
td.TdClassName
{
border-color: #FF6F6A;
}
.TagClassName
{
border-color: #FF6F6A;
}
</style>