Shades of Carissma #FB7A8D
Tints of Carissma #FB7A8D
RGB
CMYK
RGB Variations
Color information
#FB7A8D (or 0xFB7A8D) is known color: Carissma. HEX triplet: FB, 7A and 8D. RGB value is (251,122,141). Sum of RGB (Red+Green+Blue) = 251+122+141=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7A8D is #048572. Grayscale: #A2A2A2. Windows color (decimal): -296307 or 9272059. OLE color: 9272059.
HSL color Cylindrical-coordinate representation of color #FB7A8D: hue angle of 351.16º 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 #FB7A8D is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 141 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.02 |
| HSL | 351.16º | 0.94% | 0.73% | - |
| HSV(B) | 351.16º | 0.51% | 0.98% | - |
| XYZ | 51.55 | 36.35 | 29.5 | - |
| YUV | 162.74 | 115.74 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 141 | 0 | 0.51 | 0.44 | 0.02 | 351.16 | 0.94 | 0.73 |
| Hex | FB | 7A | 8D | 0 | 33 | 2C | 2 | 15F | 5E | 49 |
| Octal | 373 | 172 | 215 | 0 | 63 | 54 | 2 | 537 | 136 | 111 |
| Binary | 11111011 | 1111010 | 10001101 | 0 | 110011 | 101100 | 10 | 101011111 | 1011110 | 1001001 |
Color Harmonies of #FB7A8D
Complementary color
Monochromatic Colors of #FB7A8D
Black with #FB7A8D
Text Example
Text Example
White with #FB7A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7A8D; }
p { color: rgb(251,122,141); }
H1.HeaderClassName
{
color: #FB7A8D;
}
.AnyTagClassName
{
color: #FB7A8D;
}
</style>
background-color css
<style>
a { background-color: #FB7A8D; }
a { background-color: rgb(251,122,141); }
div.DivClassName
{
background-color: #FB7A8D;
}
.BgClassName
{
background-color: #FB7A8D;
}
</style>
border-color css
<style>
span { border-color: #FB7A8D; }
span { border-color: rgb(251,122,141); }
td.TdClassName
{
border-color: #FB7A8D;
}
.TagClassName
{
border-color: #FB7A8D;
}
</style>