Shades of Bittersweet #FF6A69
Tints of Bittersweet #FF6A69
RGB
CMYK
RGB Variations
Color information
#FF6A69 (or 0xFF6A69) is known color: Bittersweet. HEX triplet: FF, 6A and 69. RGB value is (255,106,105). Sum of RGB (Red+Green+Blue) = 255+106+105=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6A69 is #009596. Grayscale: #969696. Windows color (decimal): -38295 or 6908671. OLE color: 6908671.
HSL color Cylindrical-coordinate representation of color #FF6A69: hue angle of 0.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF6A69 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 105 | - |
| CMYK | 0 | 0.58 | 0.59 | 0 |
| HSL | 0.4º | 1% | 0.71% | - |
| HSV(B) | 0.4º | 0.59% | 1% | - |
| XYZ | 48.94 | 32.59 | 17.08 | - |
| YUV | 150.44 | 102.36 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 105 | 0 | 0.58 | 0.59 | 0 | 0.4 | 1 | 0.71 |
| Hex | FF | 6A | 69 | 0 | 3A | 3B | 0 | 0 | 64 | 47 |
| Octal | 377 | 152 | 151 | 0 | 72 | 73 | 0 | 0 | 144 | 107 |
| Binary | 11111111 | 1101010 | 1101001 | 0 | 111010 | 111011 | 0 | 0 | 1100100 | 1000111 |
Color Harmonies of #FF6A69
Complementary color
Monochromatic Colors of #FF6A69
Black with #FF6A69
Text Example
Text Example
White with #FF6A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A69; }
p { color: rgb(255,106,105); }
H1.HeaderClassName
{
color: #FF6A69;
}
.AnyTagClassName
{
color: #FF6A69;
}
</style>
background-color css
<style>
a { background-color: #FF6A69; }
a { background-color: rgb(255,106,105); }
div.DivClassName
{
background-color: #FF6A69;
}
.BgClassName
{
background-color: #FF6A69;
}
</style>
border-color css
<style>
span { border-color: #FF6A69; }
span { border-color: rgb(255,106,105); }
td.TdClassName
{
border-color: #FF6A69;
}
.TagClassName
{
border-color: #FF6A69;
}
</style>