Shades of Bittersweet #FF7F62
Tints of Bittersweet #FF7F62
RGB
CMYK
RGB Variations
Color information
#FF7F62 (or 0xFF7F62) is known color: Bittersweet. HEX triplet: FF, 7F and 62. RGB value is (255,127,98). Sum of RGB (Red+Green+Blue) = 255+127+98=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F62 is #00809D. Grayscale: #A2A2A2. Windows color (decimal): -32926 or 6455295. OLE color: 6455295.
HSL color Cylindrical-coordinate representation of color #FF7F62: hue angle of 11.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF7F62 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 98 | - |
| CMYK | 0 | 0.50 | 0.62 | 0 |
| HSL | 11.08º | 1% | 0.69% | - |
| HSV(B) | 11.08º | 0.62% | 1% | - |
| XYZ | 51.03 | 37.32 | 16.07 | - |
| YUV | 161.97 | 91.91 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 98 | 0 | 0.50 | 0.62 | 0 | 11.08 | 1 | 0.69 |
| Hex | FF | 7F | 62 | 0 | 32 | 3E | 0 | B | 64 | 45 |
| Octal | 377 | 177 | 142 | 0 | 62 | 76 | 0 | 13 | 144 | 105 |
| Binary | 11111111 | 1111111 | 1100010 | 0 | 110010 | 111110 | 0 | 1011 | 1100100 | 1000101 |
Color Harmonies of #FF7F62
Complementary color
Monochromatic Colors of #FF7F62
Black with #FF7F62
Text Example
Text Example
White with #FF7F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F62; }
p { color: rgb(255,127,98); }
H1.HeaderClassName
{
color: #FF7F62;
}
.AnyTagClassName
{
color: #FF7F62;
}
</style>
background-color css
<style>
a { background-color: #FF7F62; }
a { background-color: rgb(255,127,98); }
div.DivClassName
{
background-color: #FF7F62;
}
.BgClassName
{
background-color: #FF7F62;
}
</style>
border-color css
<style>
span { border-color: #FF7F62; }
span { border-color: rgb(255,127,98); }
td.TdClassName
{
border-color: #FF7F62;
}
.TagClassName
{
border-color: #FF7F62;
}
</style>