Shades of Bittersweet #FF6B6B
Tints of Bittersweet #FF6B6B
RGB
CMYK
RGB Variations
Color information
#FF6B6B (or 0xFF6B6B) is known color: Bittersweet. HEX triplet: FF, 6B and 6B. RGB value is (255,107,107). Sum of RGB (Red+Green+Blue) = 255+107+107=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6B6B is #009494. Grayscale: #979797. Windows color (decimal): -38037 or 7039999. OLE color: 7039999.
HSL color Cylindrical-coordinate representation of color #FF6B6B: hue angle of 0º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6B6B is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 107 | 107 | - |
CMYK | 0 | 0.58 | 0.58 | 0 |
HSL | 0º | 1% | 0.71% | - |
HSV(B) | 0º | 0.58% | 1% | - |
XYZ | 49.15 | 32.84 | 17.66 | - |
YUV | 151.25 | 103.03 | 202 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 107 | 107 | 0 | 0.58 | 0.58 | 0 | 0 | 1 | 0.71 |
Hex | FF | 6B | 6B | 0 | 3A | 3A | 0 | 0 | 64 | 47 |
Octal | 377 | 153 | 153 | 0 | 72 | 72 | 0 | 0 | 144 | 107 |
Binary | 11111111 | 1101011 | 1101011 | 0 | 111010 | 111010 | 0 | 0 | 1100100 | 1000111 |
Color Harmonies of #FF6B6B
Complementary color
Monochromatic Colors of #FF6B6B
Black with #FF6B6B
Text Example
Text Example
White with #FF6B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B6B; }
p { color: rgb(255,107,107); }
H1.HeaderClassName
{
color: #FF6B6B;
}
.AnyTagClassName
{
color: #FF6B6B;
}
</style>
background-color css
<style>
a { background-color: #FF6B6B; }
a { background-color: rgb(255,107,107); }
div.DivClassName
{
background-color: #FF6B6B;
}
.BgClassName
{
background-color: #FF6B6B;
}
</style>
border-color css
<style>
span { border-color: #FF6B6B; }
span { border-color: rgb(255,107,107); }
td.TdClassName
{
border-color: #FF6B6B;
}
.TagClassName
{
border-color: #FF6B6B;
}
</style>