Shades of Bittersweet #FF7267
Tints of Bittersweet #FF7267
RGB
CMYK
RGB Variations
Color information
#FF7267 (or 0xFF7267) is known color: Bittersweet. HEX triplet: FF, 72 and 67. RGB value is (255,114,103). Sum of RGB (Red+Green+Blue) = 255+114+103=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7267 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7267 is #008D98. Grayscale: #9B9B9B. Windows color (decimal): -36249 or 6779647. OLE color: 6779647.
HSL color Cylindrical-coordinate representation of color #FF7267: hue angle of 4.34º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF7267 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 103 | - |
| CMYK | 0 | 0.55 | 0.60 | 0 |
| HSL | 4.34º | 1% | 0.7% | - |
| HSV(B) | 4.34º | 0.6% | 1% | - |
| XYZ | 49.71 | 34.27 | 16.83 | - |
| YUV | 154.91 | 98.71 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 103 | 0 | 0.55 | 0.60 | 0 | 4.34 | 1 | 0.7 |
| Hex | FF | 72 | 67 | 0 | 37 | 3C | 0 | 4 | 64 | 46 |
| Octal | 377 | 162 | 147 | 0 | 67 | 74 | 0 | 4 | 144 | 106 |
| Binary | 11111111 | 1110010 | 1100111 | 0 | 110111 | 111100 | 0 | 100 | 1100100 | 1000110 |
Color Harmonies of #FF7267
Complementary color
Monochromatic Colors of #FF7267
Black with #FF7267
Text Example
Text Example
White with #FF7267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7267; }
p { color: rgb(255,114,103); }
H1.HeaderClassName
{
color: #FF7267;
}
.AnyTagClassName
{
color: #FF7267;
}
</style>
background-color css
<style>
a { background-color: #FF7267; }
a { background-color: rgb(255,114,103); }
div.DivClassName
{
background-color: #FF7267;
}
.BgClassName
{
background-color: #FF7267;
}
</style>
border-color css
<style>
span { border-color: #FF7267; }
span { border-color: rgb(255,114,103); }
td.TdClassName
{
border-color: #FF7267;
}
.TagClassName
{
border-color: #FF7267;
}
</style>