Shades of Bittersweet #FF6F5A
Tints of Bittersweet #FF6F5A
RGB
CMYK
RGB Variations
Color information
#FF6F5A (or 0xFF6F5A) is known color: Bittersweet. HEX triplet: FF, 6F and 5A. RGB value is (255,111,90). Sum of RGB (Red+Green+Blue) = 255+111+90=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6F5A is #0090A5. Grayscale: #979797. Windows color (decimal): -37030 or 5926911. OLE color: 5926911.
HSL color Cylindrical-coordinate representation of color #FF6F5A: hue angle of 7.64º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF6F5A is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 90 | - |
| CMYK | 0 | 0.56 | 0.65 | 0 |
| HSL | 7.64º | 1% | 0.68% | - |
| HSV(B) | 7.64º | 0.65% | 1% | - |
| XYZ | 48.77 | 33.37 | 13.54 | - |
| YUV | 151.66 | 93.21 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 90 | 0 | 0.56 | 0.65 | 0 | 7.64 | 1 | 0.68 |
| Hex | FF | 6F | 5A | 0 | 38 | 41 | 0 | 8 | 64 | 44 |
| Octal | 377 | 157 | 132 | 0 | 70 | 101 | 0 | 10 | 144 | 104 |
| Binary | 11111111 | 1101111 | 1011010 | 0 | 111000 | 1000001 | 0 | 1000 | 1100100 | 1000100 |
Color Harmonies of #FF6F5A
Complementary color
Monochromatic Colors of #FF6F5A
Black with #FF6F5A
Text Example
Text Example
White with #FF6F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F5A; }
p { color: rgb(255,111,90); }
H1.HeaderClassName
{
color: #FF6F5A;
}
.AnyTagClassName
{
color: #FF6F5A;
}
</style>
background-color css
<style>
a { background-color: #FF6F5A; }
a { background-color: rgb(255,111,90); }
div.DivClassName
{
background-color: #FF6F5A;
}
.BgClassName
{
background-color: #FF6F5A;
}
</style>
border-color css
<style>
span { border-color: #FF6F5A; }
span { border-color: rgb(255,111,90); }
td.TdClassName
{
border-color: #FF6F5A;
}
.TagClassName
{
border-color: #FF6F5A;
}
</style>