Shades of Bittersweet #FF7562
Tints of Bittersweet #FF7562
RGB
CMYK
RGB Variations
Color information
#FF7562 (or 0xFF7562) is known color: Bittersweet. HEX triplet: FF, 75 and 62. RGB value is (255,117,98). Sum of RGB (Red+Green+Blue) = 255+117+98=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7562 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7562 is #008A9D. Grayscale: #9C9C9C. Windows color (decimal): -35486 or 6452735. OLE color: 6452735.
HSL color Cylindrical-coordinate representation of color #FF7562: hue angle of 7.26º 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 #FF7562 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 98 | - |
| CMYK | 0 | 0.54 | 0.62 | 0 |
| HSL | 7.26º | 1% | 0.69% | - |
| HSV(B) | 7.26º | 0.62% | 1% | - |
| XYZ | 49.81 | 34.86 | 15.66 | - |
| YUV | 156.1 | 95.22 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 98 | 0 | 0.54 | 0.62 | 0 | 7.26 | 1 | 0.69 |
| Hex | FF | 75 | 62 | 0 | 36 | 3E | 0 | 7 | 64 | 45 |
| Octal | 377 | 165 | 142 | 0 | 66 | 76 | 0 | 7 | 144 | 105 |
| Binary | 11111111 | 1110101 | 1100010 | 0 | 110110 | 111110 | 0 | 111 | 1100100 | 1000101 |
Color Harmonies of #FF7562
Complementary color
Monochromatic Colors of #FF7562
Black with #FF7562
Text Example
Text Example
White with #FF7562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7562; }
p { color: rgb(255,117,98); }
H1.HeaderClassName
{
color: #FF7562;
}
.AnyTagClassName
{
color: #FF7562;
}
</style>
background-color css
<style>
a { background-color: #FF7562; }
a { background-color: rgb(255,117,98); }
div.DivClassName
{
background-color: #FF7562;
}
.BgClassName
{
background-color: #FF7562;
}
</style>
border-color css
<style>
span { border-color: #FF7562; }
span { border-color: rgb(255,117,98); }
td.TdClassName
{
border-color: #FF7562;
}
.TagClassName
{
border-color: #FF7562;
}
</style>