Shades of Bittersweet #FB6665
Tints of Bittersweet #FB6665
RGB
CMYK
RGB Variations
Color information
#FB6665 (or 0xFB6665) is known color: Bittersweet. HEX triplet: FB, 66 and 65. RGB value is (251,102,101). Sum of RGB (Red+Green+Blue) = 251+102+101=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6665 is #04999A. Grayscale: #929292. Windows color (decimal): -301467 or 6645499. OLE color: 6645499.
HSL color Cylindrical-coordinate representation of color #FB6665: hue angle of 0.4º 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 #FB6665 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 101 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.02 |
| HSL | 0.4º | 0.95% | 0.69% | - |
| HSV(B) | 0.4º | 0.6% | 0.98% | - |
| XYZ | 46.88 | 30.95 | 15.82 | - |
| YUV | 146.44 | 102.36 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 101 | 0 | 0.59 | 0.60 | 0.02 | 0.4 | 0.95 | 0.69 |
| Hex | FB | 66 | 65 | 0 | 3B | 3C | 2 | 0 | 5F | 45 |
| Octal | 373 | 146 | 145 | 0 | 73 | 74 | 2 | 0 | 137 | 105 |
| Binary | 11111011 | 1100110 | 1100101 | 0 | 111011 | 111100 | 10 | 0 | 1011111 | 1000101 |
Color Harmonies of #FB6665
Complementary color
Monochromatic Colors of #FB6665
Black with #FB6665
Text Example
Text Example
White with #FB6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6665; }
p { color: rgb(251,102,101); }
H1.HeaderClassName
{
color: #FB6665;
}
.AnyTagClassName
{
color: #FB6665;
}
</style>
background-color css
<style>
a { background-color: #FB6665; }
a { background-color: rgb(251,102,101); }
div.DivClassName
{
background-color: #FB6665;
}
.BgClassName
{
background-color: #FB6665;
}
</style>
border-color css
<style>
span { border-color: #FB6665; }
span { border-color: rgb(251,102,101); }
td.TdClassName
{
border-color: #FB6665;
}
.TagClassName
{
border-color: #FB6665;
}
</style>