Shades of Bittersweet #FB7568
Tints of Bittersweet #FB7568
RGB
CMYK
RGB Variations
Color information
#FB7568 (or 0xFB7568) is known color: Bittersweet. HEX triplet: FB, 75 and 68. RGB value is (251,117,104). Sum of RGB (Red+Green+Blue) = 251+117+104=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7568 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7568 is #048A97. Grayscale: #9B9B9B. Windows color (decimal): -297624 or 6845947. OLE color: 6845947.
HSL color Cylindrical-coordinate representation of color #FB7568: hue angle of 5.31º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB7568 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 117 | 104 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.02 |
| HSL | 5.31º | 0.95% | 0.7% | - |
| HSV(B) | 5.31º | 0.59% | 0.98% | - |
| XYZ | 48.64 | 34.23 | 17.14 | - |
| YUV | 155.58 | 98.89 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 117 | 104 | 0 | 0.53 | 0.59 | 0.02 | 5.31 | 0.95 | 0.7 |
| Hex | FB | 75 | 68 | 0 | 35 | 3B | 2 | 5 | 5F | 46 |
| Octal | 373 | 165 | 150 | 0 | 65 | 73 | 2 | 5 | 137 | 106 |
| Binary | 11111011 | 1110101 | 1101000 | 0 | 110101 | 111011 | 10 | 101 | 1011111 | 1000110 |
Color Harmonies of #FB7568
Complementary color
Monochromatic Colors of #FB7568
Black with #FB7568
Text Example
Text Example
White with #FB7568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7568; }
p { color: rgb(251,117,104); }
H1.HeaderClassName
{
color: #FB7568;
}
.AnyTagClassName
{
color: #FB7568;
}
</style>
background-color css
<style>
a { background-color: #FB7568; }
a { background-color: rgb(251,117,104); }
div.DivClassName
{
background-color: #FB7568;
}
.BgClassName
{
background-color: #FB7568;
}
</style>
border-color css
<style>
span { border-color: #FB7568; }
span { border-color: rgb(251,117,104); }
td.TdClassName
{
border-color: #FB7568;
}
.TagClassName
{
border-color: #FB7568;
}
</style>