Shades of Carissma #FB7A92
Tints of Carissma #FB7A92
RGB
CMYK
RGB Variations
Color information
#FB7A92 (or 0xFB7A92) is known color: Carissma. HEX triplet: FB, 7A and 92. RGB value is (251,122,146). Sum of RGB (Red+Green+Blue) = 251+122+146=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7A92 is #04856D. Grayscale: #A3A3A3. Windows color (decimal): -296302 or 9599739. OLE color: 9599739.
HSL color Cylindrical-coordinate representation of color #FB7A92: hue angle of 348.84º 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 #FB7A92 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 146 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.02 |
| HSL | 348.84º | 0.94% | 0.73% | - |
| HSV(B) | 348.84º | 0.51% | 0.98% | - |
| XYZ | 51.93 | 36.5 | 31.5 | - |
| YUV | 163.31 | 118.24 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 146 | 0 | 0.51 | 0.42 | 0.02 | 348.84 | 0.94 | 0.73 |
| Hex | FB | 7A | 92 | 0 | 33 | 2A | 2 | 15D | 5E | 49 |
| Octal | 373 | 172 | 222 | 0 | 63 | 52 | 2 | 535 | 136 | 111 |
| Binary | 11111011 | 1111010 | 10010010 | 0 | 110011 | 101010 | 10 | 101011101 | 1011110 | 1001001 |
Color Harmonies of #FB7A92
Complementary color
Monochromatic Colors of #FB7A92
Black with #FB7A92
Text Example
Text Example
White with #FB7A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7A92; }
p { color: rgb(251,122,146); }
H1.HeaderClassName
{
color: #FB7A92;
}
.AnyTagClassName
{
color: #FB7A92;
}
</style>
background-color css
<style>
a { background-color: #FB7A92; }
a { background-color: rgb(251,122,146); }
div.DivClassName
{
background-color: #FB7A92;
}
.BgClassName
{
background-color: #FB7A92;
}
</style>
border-color css
<style>
span { border-color: #FB7A92; }
span { border-color: rgb(251,122,146); }
td.TdClassName
{
border-color: #FB7A92;
}
.TagClassName
{
border-color: #FB7A92;
}
</style>