Shades of Bittersweet #FF6955
Tints of Bittersweet #FF6955
RGB
CMYK
RGB Variations
Color information
#FF6955 (or 0xFF6955) is known color: Bittersweet. HEX triplet: FF, 69 and 55. RGB value is (255,105,85). Sum of RGB (Red+Green+Blue) = 255+105+85=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6955 is #0096AA. Grayscale: #939393. Windows color (decimal): -38571 or 5597695. OLE color: 5597695.
HSL color Cylindrical-coordinate representation of color #FF6955: hue angle of 7.06º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF6955 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 85 | - |
| CMYK | 0 | 0.59 | 0.67 | 0 |
| HSL | 7.06º | 1% | 0.67% | - |
| HSV(B) | 7.06º | 0.67% | 1% | - |
| XYZ | 47.93 | 32.02 | 12.25 | - |
| YUV | 147.57 | 92.7 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 85 | 0 | 0.59 | 0.67 | 0 | 7.06 | 1 | 0.67 |
| Hex | FF | 69 | 55 | 0 | 3B | 43 | 0 | 7 | 64 | 43 |
| Octal | 377 | 151 | 125 | 0 | 73 | 103 | 0 | 7 | 144 | 103 |
| Binary | 11111111 | 1101001 | 1010101 | 0 | 111011 | 1000011 | 0 | 111 | 1100100 | 1000011 |
Color Harmonies of #FF6955
Complementary color
Monochromatic Colors of #FF6955
Black with #FF6955
Text Example
Text Example
White with #FF6955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6955; }
p { color: rgb(255,105,85); }
H1.HeaderClassName
{
color: #FF6955;
}
.AnyTagClassName
{
color: #FF6955;
}
</style>
background-color css
<style>
a { background-color: #FF6955; }
a { background-color: rgb(255,105,85); }
div.DivClassName
{
background-color: #FF6955;
}
.BgClassName
{
background-color: #FF6955;
}
</style>
border-color css
<style>
span { border-color: #FF6955; }
span { border-color: rgb(255,105,85); }
td.TdClassName
{
border-color: #FF6955;
}
.TagClassName
{
border-color: #FF6955;
}
</style>