Shades of Bittersweet #FB6458
Tints of Bittersweet #FB6458
RGB
CMYK
RGB Variations
Color information
#FB6458 (or 0xFB6458) is known color: Bittersweet. HEX triplet: FB, 64 and 58. RGB value is (251,100,88). Sum of RGB (Red+Green+Blue) = 251+100+88=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6458 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6458 is #049BA7. Grayscale: #8F8F8F. Windows color (decimal): -301992 or 5793019. OLE color: 5793019.
HSL color Cylindrical-coordinate representation of color #FB6458: hue angle of 4.42º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB6458 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 88 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.02 |
| HSL | 4.42º | 0.95% | 0.66% | - |
| HSV(B) | 4.42º | 0.65% | 0.98% | - |
| XYZ | 46.1 | 30.33 | 12.66 | - |
| YUV | 143.78 | 96.53 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 88 | 0 | 0.60 | 0.65 | 0.02 | 4.42 | 0.95 | 0.66 |
| Hex | FB | 64 | 58 | 0 | 3C | 41 | 2 | 4 | 5F | 42 |
| Octal | 373 | 144 | 130 | 0 | 74 | 101 | 2 | 4 | 137 | 102 |
| Binary | 11111011 | 1100100 | 1011000 | 0 | 111100 | 1000001 | 10 | 100 | 1011111 | 1000010 |
Color Harmonies of #FB6458
Complementary color
Monochromatic Colors of #FB6458
Black with #FB6458
Text Example
Text Example
White with #FB6458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6458; }
p { color: rgb(251,100,88); }
H1.HeaderClassName
{
color: #FB6458;
}
.AnyTagClassName
{
color: #FB6458;
}
</style>
background-color css
<style>
a { background-color: #FB6458; }
a { background-color: rgb(251,100,88); }
div.DivClassName
{
background-color: #FB6458;
}
.BgClassName
{
background-color: #FB6458;
}
</style>
border-color css
<style>
span { border-color: #FB6458; }
span { border-color: rgb(251,100,88); }
td.TdClassName
{
border-color: #FB6458;
}
.TagClassName
{
border-color: #FB6458;
}
</style>