Shades of Bittersweet #FF6858
Tints of Bittersweet #FF6858
RGB
CMYK
RGB Variations
Color information
#FF6858 (or 0xFF6858) is known color: Bittersweet. HEX triplet: FF, 68 and 58. RGB value is (255,104,88). Sum of RGB (Red+Green+Blue) = 255+104+88=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 88 (34.77% from 255 or 19.69% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6858 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6858 is #0097A7. Grayscale: #939393. Windows color (decimal): -38824 or 5794047. OLE color: 5794047.
HSL color Cylindrical-coordinate representation of color #FF6858: hue angle of 5.75º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF6858 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 88 | - |
| CMYK | 0 | 0.59 | 0.65 | 0 |
| HSL | 5.75º | 1% | 0.67% | - |
| HSV(B) | 5.75º | 0.65% | 1% | - |
| XYZ | 47.95 | 31.87 | 12.86 | - |
| YUV | 147.33 | 94.53 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 88 | 0 | 0.59 | 0.65 | 0 | 5.75 | 1 | 0.67 |
| Hex | FF | 68 | 58 | 0 | 3B | 41 | 0 | 6 | 64 | 43 |
| Octal | 377 | 150 | 130 | 0 | 73 | 101 | 0 | 6 | 144 | 103 |
| Binary | 11111111 | 1101000 | 1011000 | 0 | 111011 | 1000001 | 0 | 110 | 1100100 | 1000011 |
Color Harmonies of #FF6858
Complementary color
Monochromatic Colors of #FF6858
Black with #FF6858
Text Example
Text Example
White with #FF6858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6858; }
p { color: rgb(255,104,88); }
H1.HeaderClassName
{
color: #FF6858;
}
.AnyTagClassName
{
color: #FF6858;
}
</style>
background-color css
<style>
a { background-color: #FF6858; }
a { background-color: rgb(255,104,88); }
div.DivClassName
{
background-color: #FF6858;
}
.BgClassName
{
background-color: #FF6858;
}
</style>
border-color css
<style>
span { border-color: #FF6858; }
span { border-color: rgb(255,104,88); }
td.TdClassName
{
border-color: #FF6858;
}
.TagClassName
{
border-color: #FF6858;
}
</style>