Shades of Bittersweet #FF6F6E
Tints of Bittersweet #FF6F6E
RGB
CMYK
RGB Variations
Color information
#FF6F6E (or 0xFF6F6E) is known color: Bittersweet. HEX triplet: FF, 6F and 6E. RGB value is (255,111,110). Sum of RGB (Red+Green+Blue) = 255+111+110=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6F6E is #009091. Grayscale: #9A9A9A. Windows color (decimal): -37010 or 7237631. OLE color: 7237631.
HSL color Cylindrical-coordinate representation of color #FF6F6E: hue angle of 0.41º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6F6E is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 110 | - |
| CMYK | 0 | 0.56 | 0.57 | 0 |
| HSL | 0.41º | 1% | 0.72% | - |
| HSV(B) | 0.41º | 0.57% | 1% | - |
| XYZ | 49.74 | 33.75 | 18.65 | - |
| YUV | 153.94 | 103.21 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 110 | 0 | 0.56 | 0.57 | 0 | 0.41 | 1 | 0.72 |
| Hex | FF | 6F | 6E | 0 | 38 | 39 | 0 | 0 | 64 | 48 |
| Octal | 377 | 157 | 156 | 0 | 70 | 71 | 0 | 0 | 144 | 110 |
| Binary | 11111111 | 1101111 | 1101110 | 0 | 111000 | 111001 | 0 | 0 | 1100100 | 1001000 |
Color Harmonies of #FF6F6E
Complementary color
Monochromatic Colors of #FF6F6E
Black with #FF6F6E
Text Example
Text Example
White with #FF6F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F6E; }
p { color: rgb(255,111,110); }
H1.HeaderClassName
{
color: #FF6F6E;
}
.AnyTagClassName
{
color: #FF6F6E;
}
</style>
background-color css
<style>
a { background-color: #FF6F6E; }
a { background-color: rgb(255,111,110); }
div.DivClassName
{
background-color: #FF6F6E;
}
.BgClassName
{
background-color: #FF6F6E;
}
</style>
border-color css
<style>
span { border-color: #FF6F6E; }
span { border-color: rgb(255,111,110); }
td.TdClassName
{
border-color: #FF6F6E;
}
.TagClassName
{
border-color: #FF6F6E;
}
</style>