Shades of Carissma #FB7A8E
Tints of Carissma #FB7A8E
RGB
CMYK
RGB Variations
Color information
#FB7A8E (or 0xFB7A8E) is known color: Carissma. HEX triplet: FB, 7A and 8E. RGB value is (251,122,142). Sum of RGB (Red+Green+Blue) = 251+122+142=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7A8E is #048571. Grayscale: #A2A2A2. Windows color (decimal): -296306 or 9337595. OLE color: 9337595.
HSL color Cylindrical-coordinate representation of color #FB7A8E: hue angle of 350.7º 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 #FB7A8E is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 142 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.02 |
| HSL | 350.7º | 0.94% | 0.73% | - |
| HSV(B) | 350.7º | 0.51% | 0.98% | - |
| XYZ | 51.63 | 36.38 | 29.89 | - |
| YUV | 162.85 | 116.24 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 142 | 0 | 0.51 | 0.43 | 0.02 | 350.7 | 0.94 | 0.73 |
| Hex | FB | 7A | 8E | 0 | 33 | 2B | 2 | 15F | 5E | 49 |
| Octal | 373 | 172 | 216 | 0 | 63 | 53 | 2 | 537 | 136 | 111 |
| Binary | 11111011 | 1111010 | 10001110 | 0 | 110011 | 101011 | 10 | 101011111 | 1011110 | 1001001 |
Color Harmonies of #FB7A8E
Complementary color
Monochromatic Colors of #FB7A8E
Black with #FB7A8E
Text Example
Text Example
White with #FB7A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7A8E; }
p { color: rgb(251,122,142); }
H1.HeaderClassName
{
color: #FB7A8E;
}
.AnyTagClassName
{
color: #FB7A8E;
}
</style>
background-color css
<style>
a { background-color: #FB7A8E; }
a { background-color: rgb(251,122,142); }
div.DivClassName
{
background-color: #FB7A8E;
}
.BgClassName
{
background-color: #FB7A8E;
}
</style>
border-color css
<style>
span { border-color: #FB7A8E; }
span { border-color: rgb(251,122,142); }
td.TdClassName
{
border-color: #FB7A8E;
}
.TagClassName
{
border-color: #FB7A8E;
}
</style>