Shades of Bittersweet #FF6F5D
Tints of Bittersweet #FF6F5D
RGB
CMYK
RGB Variations
Color information
#FF6F5D (or 0xFF6F5D) is known color: Bittersweet. HEX triplet: FF, 6F and 5D. RGB value is (255,111,93). Sum of RGB (Red+Green+Blue) = 255+111+93=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6F5D is #0090A2. Grayscale: #989898. Windows color (decimal): -37027 or 6123519. OLE color: 6123519.
HSL color Cylindrical-coordinate representation of color #FF6F5D: hue angle of 6.67º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF6F5D is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 93 | - |
| CMYK | 0 | 0.56 | 0.64 | 0 |
| HSL | 6.67º | 1% | 0.68% | - |
| HSV(B) | 6.67º | 0.64% | 1% | - |
| XYZ | 48.9 | 33.42 | 14.23 | - |
| YUV | 152 | 94.71 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 93 | 0 | 0.56 | 0.64 | 0 | 6.67 | 1 | 0.68 |
| Hex | FF | 6F | 5D | 0 | 38 | 40 | 0 | 7 | 64 | 44 |
| Octal | 377 | 157 | 135 | 0 | 70 | 100 | 0 | 7 | 144 | 104 |
| Binary | 11111111 | 1101111 | 1011101 | 0 | 111000 | 1000000 | 0 | 111 | 1100100 | 1000100 |
Color Harmonies of #FF6F5D
Complementary color
Monochromatic Colors of #FF6F5D
Black with #FF6F5D
Text Example
Text Example
White with #FF6F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F5D; }
p { color: rgb(255,111,93); }
H1.HeaderClassName
{
color: #FF6F5D;
}
.AnyTagClassName
{
color: #FF6F5D;
}
</style>
background-color css
<style>
a { background-color: #FF6F5D; }
a { background-color: rgb(255,111,93); }
div.DivClassName
{
background-color: #FF6F5D;
}
.BgClassName
{
background-color: #FF6F5D;
}
</style>
border-color css
<style>
span { border-color: #FF6F5D; }
span { border-color: rgb(255,111,93); }
td.TdClassName
{
border-color: #FF6F5D;
}
.TagClassName
{
border-color: #FF6F5D;
}
</style>