Shades of Carissma #FB7A8B
Tints of Carissma #FB7A8B
RGB
CMYK
RGB Variations
Color information
#FB7A8B (or 0xFB7A8B) is known color: Carissma. HEX triplet: FB, 7A and 8B. RGB value is (251,122,139). Sum of RGB (Red+Green+Blue) = 251+122+139=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7A8B is #048574. Grayscale: #A2A2A2. Windows color (decimal): -296309 or 9140987. OLE color: 9140987.
HSL color Cylindrical-coordinate representation of color #FB7A8B: hue angle of 352.09º 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 #FB7A8B is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 139 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.02 |
| HSL | 352.09º | 0.94% | 0.73% | - |
| HSV(B) | 352.09º | 0.51% | 0.98% | - |
| XYZ | 51.4 | 36.29 | 28.72 | - |
| YUV | 162.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 139 | 0 | 0.51 | 0.45 | 0.02 | 352.09 | 0.94 | 0.73 |
| Hex | FB | 7A | 8B | 0 | 33 | 2D | 2 | 160 | 5E | 49 |
| Octal | 373 | 172 | 213 | 0 | 63 | 55 | 2 | 540 | 136 | 111 |
| Binary | 11111011 | 1111010 | 10001011 | 0 | 110011 | 101101 | 10 | 101100000 | 1011110 | 1001001 |
Color Harmonies of #FB7A8B
Complementary color
Monochromatic Colors of #FB7A8B
Black with #FB7A8B
Text Example
Text Example
White with #FB7A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7A8B; }
p { color: rgb(251,122,139); }
H1.HeaderClassName
{
color: #FB7A8B;
}
.AnyTagClassName
{
color: #FB7A8B;
}
</style>
background-color css
<style>
a { background-color: #FB7A8B; }
a { background-color: rgb(251,122,139); }
div.DivClassName
{
background-color: #FB7A8B;
}
.BgClassName
{
background-color: #FB7A8B;
}
</style>
border-color css
<style>
span { border-color: #FB7A8B; }
span { border-color: rgb(251,122,139); }
td.TdClassName
{
border-color: #FB7A8B;
}
.TagClassName
{
border-color: #FB7A8B;
}
</style>