Shades of Bittersweet #FB7465
Tints of Bittersweet #FB7465
RGB
CMYK
RGB Variations
Color information
#FB7465 (or 0xFB7465) is known color: Bittersweet. HEX triplet: FB, 74 and 65. RGB value is (251,116,101). Sum of RGB (Red+Green+Blue) = 251+116+101=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7465 is #048B9A. Grayscale: #9A9A9A. Windows color (decimal): -297883 or 6649083. OLE color: 6649083.
HSL color Cylindrical-coordinate representation of color #FB7465: hue angle of 6º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB7465 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 101 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.02 |
| HSL | 6º | 0.95% | 0.69% | - |
| HSV(B) | 6º | 0.6% | 0.98% | - |
| XYZ | 48.38 | 33.94 | 16.31 | - |
| YUV | 154.66 | 97.73 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 101 | 0 | 0.54 | 0.60 | 0.02 | 6 | 0.95 | 0.69 |
| Hex | FB | 74 | 65 | 0 | 36 | 3C | 2 | 6 | 5F | 45 |
| Octal | 373 | 164 | 145 | 0 | 66 | 74 | 2 | 6 | 137 | 105 |
| Binary | 11111011 | 1110100 | 1100101 | 0 | 110110 | 111100 | 10 | 110 | 1011111 | 1000101 |
Color Harmonies of #FB7465
Complementary color
Monochromatic Colors of #FB7465
Black with #FB7465
Text Example
Text Example
White with #FB7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7465; }
p { color: rgb(251,116,101); }
H1.HeaderClassName
{
color: #FB7465;
}
.AnyTagClassName
{
color: #FB7465;
}
</style>
background-color css
<style>
a { background-color: #FB7465; }
a { background-color: rgb(251,116,101); }
div.DivClassName
{
background-color: #FB7465;
}
.BgClassName
{
background-color: #FB7465;
}
</style>
border-color css
<style>
span { border-color: #FB7465; }
span { border-color: rgb(251,116,101); }
td.TdClassName
{
border-color: #FB7465;
}
.TagClassName
{
border-color: #FB7465;
}
</style>