Shades of Bittersweet #FF7154
Tints of Bittersweet #FF7154
RGB
CMYK
RGB Variations
Color information
#FF7154 (or 0xFF7154) is known color: Bittersweet. HEX triplet: FF, 71 and 54. RGB value is (255,113,84). Sum of RGB (Red+Green+Blue) = 255+113+84=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7154 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7154 is #008EAB. Grayscale: #989898. Windows color (decimal): -36524 or 5534207. OLE color: 5534207.
HSL color Cylindrical-coordinate representation of color #FF7154: hue angle of 10.18º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF7154 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 84 | - |
| CMYK | 0 | 0.56 | 0.67 | 0 |
| HSL | 10.18º | 1% | 0.66% | - |
| HSV(B) | 10.18º | 0.67% | 1% | - |
| XYZ | 48.75 | 33.71 | 12.33 | - |
| YUV | 152.15 | 89.54 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 84 | 0 | 0.56 | 0.67 | 0 | 10.18 | 1 | 0.66 |
| Hex | FF | 71 | 54 | 0 | 38 | 43 | 0 | A | 64 | 42 |
| Octal | 377 | 161 | 124 | 0 | 70 | 103 | 0 | 12 | 144 | 102 |
| Binary | 11111111 | 1110001 | 1010100 | 0 | 111000 | 1000011 | 0 | 1010 | 1100100 | 1000010 |
Color Harmonies of #FF7154
Complementary color
Monochromatic Colors of #FF7154
Black with #FF7154
Text Example
Text Example
White with #FF7154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7154; }
p { color: rgb(255,113,84); }
H1.HeaderClassName
{
color: #FF7154;
}
.AnyTagClassName
{
color: #FF7154;
}
</style>
background-color css
<style>
a { background-color: #FF7154; }
a { background-color: rgb(255,113,84); }
div.DivClassName
{
background-color: #FF7154;
}
.BgClassName
{
background-color: #FF7154;
}
</style>
border-color css
<style>
span { border-color: #FF7154; }
span { border-color: rgb(255,113,84); }
td.TdClassName
{
border-color: #FF7154;
}
.TagClassName
{
border-color: #FF7154;
}
</style>