Shades of Bittersweet #FB665D
Tints of Bittersweet #FB665D
RGB
CMYK
RGB Variations
Color information
#FB665D (or 0xFB665D) is known color: Bittersweet. HEX triplet: FB, 66 and 5D. RGB value is (251,102,93). Sum of RGB (Red+Green+Blue) = 251+102+93=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB665D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB665D is #0499A2. Grayscale: #919191. Windows color (decimal): -301475 or 6121211. OLE color: 6121211.
HSL color Cylindrical-coordinate representation of color #FB665D: hue angle of 3.42º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB665D is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 93 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.02 |
| HSL | 3.42º | 0.95% | 0.67% | - |
| HSV(B) | 3.42º | 0.63% | 0.98% | - |
| XYZ | 46.51 | 30.8 | 13.85 | - |
| YUV | 145.53 | 98.36 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 93 | 0 | 0.59 | 0.63 | 0.02 | 3.42 | 0.95 | 0.67 |
| Hex | FB | 66 | 5D | 0 | 3B | 3F | 2 | 3 | 5F | 43 |
| Octal | 373 | 146 | 135 | 0 | 73 | 77 | 2 | 3 | 137 | 103 |
| Binary | 11111011 | 1100110 | 1011101 | 0 | 111011 | 111111 | 10 | 11 | 1011111 | 1000011 |
Color Harmonies of #FB665D
Complementary color
Monochromatic Colors of #FB665D
Black with #FB665D
Text Example
Text Example
White with #FB665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB665D; }
p { color: rgb(251,102,93); }
H1.HeaderClassName
{
color: #FB665D;
}
.AnyTagClassName
{
color: #FB665D;
}
</style>
background-color css
<style>
a { background-color: #FB665D; }
a { background-color: rgb(251,102,93); }
div.DivClassName
{
background-color: #FB665D;
}
.BgClassName
{
background-color: #FB665D;
}
</style>
border-color css
<style>
span { border-color: #FB665D; }
span { border-color: rgb(251,102,93); }
td.TdClassName
{
border-color: #FB665D;
}
.TagClassName
{
border-color: #FB665D;
}
</style>