Shades of Carissma #FB7B89
Tints of Carissma #FB7B89
RGB
CMYK
RGB Variations
Color information
#FB7B89 (or 0xFB7B89) is known color: Carissma. HEX triplet: FB, 7B and 89. RGB value is (251,123,137). Sum of RGB (Red+Green+Blue) = 251+123+137=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7B89 is #048476. Grayscale: #A2A2A2. Windows color (decimal): -296055 or 9010171. OLE color: 9010171.
HSL color Cylindrical-coordinate representation of color #FB7B89: hue angle of 353.44º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7B89 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 137 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.02 |
| HSL | 353.44º | 0.94% | 0.73% | - |
| HSV(B) | 353.44º | 0.51% | 0.98% | - |
| XYZ | 51.38 | 36.48 | 28 | - |
| YUV | 162.87 | 113.41 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 137 | 0 | 0.51 | 0.45 | 0.02 | 353.44 | 0.94 | 0.73 |
| Hex | FB | 7B | 89 | 0 | 33 | 2D | 2 | 161 | 5E | 49 |
| Octal | 373 | 173 | 211 | 0 | 63 | 55 | 2 | 541 | 136 | 111 |
| Binary | 11111011 | 1111011 | 10001001 | 0 | 110011 | 101101 | 10 | 101100001 | 1011110 | 1001001 |
Color Harmonies of #FB7B89
Complementary color
Monochromatic Colors of #FB7B89
Black with #FB7B89
Text Example
Text Example
White with #FB7B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B89; }
p { color: rgb(251,123,137); }
H1.HeaderClassName
{
color: #FB7B89;
}
.AnyTagClassName
{
color: #FB7B89;
}
</style>
background-color css
<style>
a { background-color: #FB7B89; }
a { background-color: rgb(251,123,137); }
div.DivClassName
{
background-color: #FB7B89;
}
.BgClassName
{
background-color: #FB7B89;
}
</style>
border-color css
<style>
span { border-color: #FB7B89; }
span { border-color: rgb(251,123,137); }
td.TdClassName
{
border-color: #FB7B89;
}
.TagClassName
{
border-color: #FB7B89;
}
</style>