Shades of Bittersweet #FF746B
Tints of Bittersweet #FF746B
RGB
CMYK
RGB Variations
Color information
#FF746B (or 0xFF746B) is known color: Bittersweet. HEX triplet: FF, 74 and 6B. RGB value is (255,116,107). Sum of RGB (Red+Green+Blue) = 255+116+107=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF746B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF746B is #008B94. Grayscale: #9C9C9C. Windows color (decimal): -35733 or 7042303. OLE color: 7042303.
HSL color Cylindrical-coordinate representation of color #FF746B: hue angle of 3.65º 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 #FF746B is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 107 | - |
| CMYK | 0 | 0.55 | 0.58 | 0 |
| HSL | 3.65º | 1% | 0.71% | - |
| HSV(B) | 3.65º | 0.58% | 1% | - |
| XYZ | 50.14 | 34.81 | 17.99 | - |
| YUV | 156.54 | 100.05 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 107 | 0 | 0.55 | 0.58 | 0 | 3.65 | 1 | 0.71 |
| Hex | FF | 74 | 6B | 0 | 37 | 3A | 0 | 4 | 64 | 47 |
| Octal | 377 | 164 | 153 | 0 | 67 | 72 | 0 | 4 | 144 | 107 |
| Binary | 11111111 | 1110100 | 1101011 | 0 | 110111 | 111010 | 0 | 100 | 1100100 | 1000111 |
Color Harmonies of #FF746B
Complementary color
Monochromatic Colors of #FF746B
Black with #FF746B
Text Example
Text Example
White with #FF746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF746B; }
p { color: rgb(255,116,107); }
H1.HeaderClassName
{
color: #FF746B;
}
.AnyTagClassName
{
color: #FF746B;
}
</style>
background-color css
<style>
a { background-color: #FF746B; }
a { background-color: rgb(255,116,107); }
div.DivClassName
{
background-color: #FF746B;
}
.BgClassName
{
background-color: #FF746B;
}
</style>
border-color css
<style>
span { border-color: #FF746B; }
span { border-color: rgb(255,116,107); }
td.TdClassName
{
border-color: #FF746B;
}
.TagClassName
{
border-color: #FF746B;
}
</style>