Shades of Bittersweet #FF7263
Tints of Bittersweet #FF7263
RGB
CMYK
RGB Variations
Color information
#FF7263 (or 0xFF7263) is known color: Bittersweet. HEX triplet: FF, 72 and 63. RGB value is (255,114,99). Sum of RGB (Red+Green+Blue) = 255+114+99=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7263 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7263 is #008D9C. Grayscale: #9A9A9A. Windows color (decimal): -36253 or 6517503. OLE color: 6517503.
HSL color Cylindrical-coordinate representation of color #FF7263: hue angle of 5.77º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF7263 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 99 | - |
| CMYK | 0 | 0.55 | 0.61 | 0 |
| HSL | 5.77º | 1% | 0.69% | - |
| HSV(B) | 5.77º | 0.61% | 1% | - |
| XYZ | 49.51 | 34.2 | 15.8 | - |
| YUV | 154.45 | 96.71 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 99 | 0 | 0.55 | 0.61 | 0 | 5.77 | 1 | 0.69 |
| Hex | FF | 72 | 63 | 0 | 37 | 3D | 0 | 6 | 64 | 45 |
| Octal | 377 | 162 | 143 | 0 | 67 | 75 | 0 | 6 | 144 | 105 |
| Binary | 11111111 | 1110010 | 1100011 | 0 | 110111 | 111101 | 0 | 110 | 1100100 | 1000101 |
Color Harmonies of #FF7263
Complementary color
Monochromatic Colors of #FF7263
Black with #FF7263
Text Example
Text Example
White with #FF7263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7263; }
p { color: rgb(255,114,99); }
H1.HeaderClassName
{
color: #FF7263;
}
.AnyTagClassName
{
color: #FF7263;
}
</style>
background-color css
<style>
a { background-color: #FF7263; }
a { background-color: rgb(255,114,99); }
div.DivClassName
{
background-color: #FF7263;
}
.BgClassName
{
background-color: #FF7263;
}
</style>
border-color css
<style>
span { border-color: #FF7263; }
span { border-color: rgb(255,114,99); }
td.TdClassName
{
border-color: #FF7263;
}
.TagClassName
{
border-color: #FF7263;
}
</style>