Shades of Bittersweet #FF6F51
Tints of Bittersweet #FF6F51
RGB
CMYK
RGB Variations
Color information
#FF6F51 (or 0xFF6F51) is known color: Bittersweet. HEX triplet: FF, 6F and 51. RGB value is (255,111,81). Sum of RGB (Red+Green+Blue) = 255+111+81=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6F51 is #0090AE. Grayscale: #969696. Windows color (decimal): -37039 or 5337087. OLE color: 5337087.
HSL color Cylindrical-coordinate representation of color #FF6F51: hue angle of 10.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF6F51 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 81 | - |
| CMYK | 0 | 0.56 | 0.68 | 0 |
| HSL | 10.34º | 1% | 0.66% | - |
| HSV(B) | 10.34º | 0.68% | 1% | - |
| XYZ | 48.41 | 33.22 | 11.65 | - |
| YUV | 150.64 | 88.71 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 81 | 0 | 0.56 | 0.68 | 0 | 10.34 | 1 | 0.66 |
| Hex | FF | 6F | 51 | 0 | 38 | 44 | 0 | A | 64 | 42 |
| Octal | 377 | 157 | 121 | 0 | 70 | 104 | 0 | 12 | 144 | 102 |
| Binary | 11111111 | 1101111 | 1010001 | 0 | 111000 | 1000100 | 0 | 1010 | 1100100 | 1000010 |
Color Harmonies of #FF6F51
Complementary color
Monochromatic Colors of #FF6F51
Black with #FF6F51
Text Example
Text Example
White with #FF6F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F51; }
p { color: rgb(255,111,81); }
H1.HeaderClassName
{
color: #FF6F51;
}
.AnyTagClassName
{
color: #FF6F51;
}
</style>
background-color css
<style>
a { background-color: #FF6F51; }
a { background-color: rgb(255,111,81); }
div.DivClassName
{
background-color: #FF6F51;
}
.BgClassName
{
background-color: #FF6F51;
}
</style>
border-color css
<style>
span { border-color: #FF6F51; }
span { border-color: rgb(255,111,81); }
td.TdClassName
{
border-color: #FF6F51;
}
.TagClassName
{
border-color: #FF6F51;
}
</style>