Shades of Bittersweet #FF7464
Tints of Bittersweet #FF7464
RGB
CMYK
RGB Variations
Color information
#FF7464 (or 0xFF7464) is known color: Bittersweet. HEX triplet: FF, 74 and 64. RGB value is (255,116,100). Sum of RGB (Red+Green+Blue) = 255+116+100=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7464 is #008B9B. Grayscale: #9B9B9B. Windows color (decimal): -35740 or 6583551. OLE color: 6583551.
HSL color Cylindrical-coordinate representation of color #FF7464: hue angle of 6.19º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF7464 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 100 | - |
| CMYK | 0 | 0.55 | 0.61 | 0 |
| HSL | 6.19º | 1% | 0.7% | - |
| HSV(B) | 6.19º | 0.61% | 1% | - |
| XYZ | 49.79 | 34.67 | 16.12 | - |
| YUV | 155.74 | 96.55 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 100 | 0 | 0.55 | 0.61 | 0 | 6.19 | 1 | 0.7 |
| Hex | FF | 74 | 64 | 0 | 37 | 3D | 0 | 6 | 64 | 46 |
| Octal | 377 | 164 | 144 | 0 | 67 | 75 | 0 | 6 | 144 | 106 |
| Binary | 11111111 | 1110100 | 1100100 | 0 | 110111 | 111101 | 0 | 110 | 1100100 | 1000110 |
Color Harmonies of #FF7464
Complementary color
Monochromatic Colors of #FF7464
Black with #FF7464
Text Example
Text Example
White with #FF7464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7464; }
p { color: rgb(255,116,100); }
H1.HeaderClassName
{
color: #FF7464;
}
.AnyTagClassName
{
color: #FF7464;
}
</style>
background-color css
<style>
a { background-color: #FF7464; }
a { background-color: rgb(255,116,100); }
div.DivClassName
{
background-color: #FF7464;
}
.BgClassName
{
background-color: #FF7464;
}
</style>
border-color css
<style>
span { border-color: #FF7464; }
span { border-color: rgb(255,116,100); }
td.TdClassName
{
border-color: #FF7464;
}
.TagClassName
{
border-color: #FF7464;
}
</style>