Shades of Bittersweet #FB7366
Tints of Bittersweet #FB7366
RGB
CMYK
RGB Variations
Color information
#FB7366 (or 0xFB7366) is known color: Bittersweet. HEX triplet: FB, 73 and 66. RGB value is (251,115,102). Sum of RGB (Red+Green+Blue) = 251+115+102=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7366 is #048C99. Grayscale: #9A9A9A. Windows color (decimal): -298138 or 6714363. OLE color: 6714363.
HSL color Cylindrical-coordinate representation of color #FB7366: hue angle of 5.23º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB7366 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 102 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.02 |
| HSL | 5.23º | 0.95% | 0.69% | - |
| HSV(B) | 5.23º | 0.59% | 0.98% | - |
| XYZ | 48.31 | 33.73 | 16.53 | - |
| YUV | 154.18 | 98.56 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 102 | 0 | 0.54 | 0.59 | 0.02 | 5.23 | 0.95 | 0.69 |
| Hex | FB | 73 | 66 | 0 | 36 | 3B | 2 | 5 | 5F | 45 |
| Octal | 373 | 163 | 146 | 0 | 66 | 73 | 2 | 5 | 137 | 105 |
| Binary | 11111011 | 1110011 | 1100110 | 0 | 110110 | 111011 | 10 | 101 | 1011111 | 1000101 |
Color Harmonies of #FB7366
Complementary color
Monochromatic Colors of #FB7366
Black with #FB7366
Text Example
Text Example
White with #FB7366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7366; }
p { color: rgb(251,115,102); }
H1.HeaderClassName
{
color: #FB7366;
}
.AnyTagClassName
{
color: #FB7366;
}
</style>
background-color css
<style>
a { background-color: #FB7366; }
a { background-color: rgb(251,115,102); }
div.DivClassName
{
background-color: #FB7366;
}
.BgClassName
{
background-color: #FB7366;
}
</style>
border-color css
<style>
span { border-color: #FB7366; }
span { border-color: rgb(251,115,102); }
td.TdClassName
{
border-color: #FB7366;
}
.TagClassName
{
border-color: #FB7366;
}
</style>