Shades of Carissma #FB7C92
Tints of Carissma #FB7C92
RGB
CMYK
RGB Variations
Color information
#FB7C92 (or 0xFB7C92) is known color: Carissma. HEX triplet: FB, 7C and 92. RGB value is (251,124,146). Sum of RGB (Red+Green+Blue) = 251+124+146=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7C92 is #04836D. Grayscale: #A4A4A4. Windows color (decimal): -295790 or 9600251. OLE color: 9600251.
HSL color Cylindrical-coordinate representation of color #FB7C92: hue angle of 349.61º 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 #FB7C92 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 146 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.02 |
| HSL | 349.61º | 0.94% | 0.74% | - |
| HSV(B) | 349.61º | 0.51% | 0.98% | - |
| XYZ | 52.18 | 37 | 31.59 | - |
| YUV | 164.48 | 117.58 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 146 | 0 | 0.51 | 0.42 | 0.02 | 349.61 | 0.94 | 0.74 |
| Hex | FB | 7C | 92 | 0 | 33 | 2A | 2 | 15E | 5E | 4A |
| Octal | 373 | 174 | 222 | 0 | 63 | 52 | 2 | 536 | 136 | 112 |
| Binary | 11111011 | 1111100 | 10010010 | 0 | 110011 | 101010 | 10 | 101011110 | 1011110 | 1001010 |
Color Harmonies of #FB7C92
Complementary color
Monochromatic Colors of #FB7C92
Black with #FB7C92
Text Example
Text Example
White with #FB7C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7C92; }
p { color: rgb(251,124,146); }
H1.HeaderClassName
{
color: #FB7C92;
}
.AnyTagClassName
{
color: #FB7C92;
}
</style>
background-color css
<style>
a { background-color: #FB7C92; }
a { background-color: rgb(251,124,146); }
div.DivClassName
{
background-color: #FB7C92;
}
.BgClassName
{
background-color: #FB7C92;
}
</style>
border-color css
<style>
span { border-color: #FB7C92; }
span { border-color: rgb(251,124,146); }
td.TdClassName
{
border-color: #FB7C92;
}
.TagClassName
{
border-color: #FB7C92;
}
</style>