Shades of Carissma #FB7C89
Tints of Carissma #FB7C89
RGB
CMYK
RGB Variations
Color information
#FB7C89 (or 0xFB7C89) is known color: Carissma. HEX triplet: FB, 7C and 89. RGB value is (251,124,137). Sum of RGB (Red+Green+Blue) = 251+124+137=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7C89 is #048376. Grayscale: #A3A3A3. Windows color (decimal): -295799 or 9010427. OLE color: 9010427.
HSL color Cylindrical-coordinate representation of color #FB7C89: hue angle of 353.86º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7C89 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 137 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.02 |
| HSL | 353.86º | 0.94% | 0.74% | - |
| HSV(B) | 353.86º | 0.51% | 0.98% | - |
| XYZ | 51.51 | 36.73 | 28.04 | - |
| YUV | 163.46 | 113.08 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 137 | 0 | 0.51 | 0.45 | 0.02 | 353.86 | 0.94 | 0.74 |
| Hex | FB | 7C | 89 | 0 | 33 | 2D | 2 | 162 | 5E | 4A |
| Octal | 373 | 174 | 211 | 0 | 63 | 55 | 2 | 542 | 136 | 112 |
| Binary | 11111011 | 1111100 | 10001001 | 0 | 110011 | 101101 | 10 | 101100010 | 1011110 | 1001010 |
Color Harmonies of #FB7C89
Complementary color
Monochromatic Colors of #FB7C89
Black with #FB7C89
Text Example
Text Example
White with #FB7C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7C89; }
p { color: rgb(251,124,137); }
H1.HeaderClassName
{
color: #FB7C89;
}
.AnyTagClassName
{
color: #FB7C89;
}
</style>
background-color css
<style>
a { background-color: #FB7C89; }
a { background-color: rgb(251,124,137); }
div.DivClassName
{
background-color: #FB7C89;
}
.BgClassName
{
background-color: #FB7C89;
}
</style>
border-color css
<style>
span { border-color: #FB7C89; }
span { border-color: rgb(251,124,137); }
td.TdClassName
{
border-color: #FB7C89;
}
.TagClassName
{
border-color: #FB7C89;
}
</style>