Shades of Bittersweet #FF605B
Tints of Bittersweet #FF605B
RGB
CMYK
RGB Variations
Color information
#FF605B (or 0xFF605B) is known color: Bittersweet. HEX triplet: FF, 60 and 5B. RGB value is (255,96,91). Sum of RGB (Red+Green+Blue) = 255+96+91=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF605B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF605B is #009FA4. Grayscale: #8F8F8F. Windows color (decimal): -40869 or 5988607. OLE color: 5988607.
HSL color Cylindrical-coordinate representation of color #FF605B: hue angle of 1.83º 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 #FF605B is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 91 | - |
| CMYK | 0 | 0.62 | 0.64 | 0 |
| HSL | 1.83º | 1% | 0.68% | - |
| HSV(B) | 1.83º | 0.64% | 1% | - |
| XYZ | 47.31 | 30.38 | 13.27 | - |
| YUV | 142.97 | 98.68 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 91 | 0 | 0.62 | 0.64 | 0 | 1.83 | 1 | 0.68 |
| Hex | FF | 60 | 5B | 0 | 3E | 40 | 0 | 2 | 64 | 44 |
| Octal | 377 | 140 | 133 | 0 | 76 | 100 | 0 | 2 | 144 | 104 |
| Binary | 11111111 | 1100000 | 1011011 | 0 | 111110 | 1000000 | 0 | 10 | 1100100 | 1000100 |
Color Harmonies of #FF605B
Complementary color
Monochromatic Colors of #FF605B
Black with #FF605B
Text Example
Text Example
White with #FF605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF605B; }
p { color: rgb(255,96,91); }
H1.HeaderClassName
{
color: #FF605B;
}
.AnyTagClassName
{
color: #FF605B;
}
</style>
background-color css
<style>
a { background-color: #FF605B; }
a { background-color: rgb(255,96,91); }
div.DivClassName
{
background-color: #FF605B;
}
.BgClassName
{
background-color: #FF605B;
}
</style>
border-color css
<style>
span { border-color: #FF605B; }
span { border-color: rgb(255,96,91); }
td.TdClassName
{
border-color: #FF605B;
}
.TagClassName
{
border-color: #FF605B;
}
</style>