Shades of Carissma #FB7791
Tints of Carissma #FB7791
RGB
CMYK
RGB Variations
Color information
#FB7791 (or 0xFB7791) is known color: Carissma. HEX triplet: FB, 77 and 91. RGB value is (251,119,145). Sum of RGB (Red+Green+Blue) = 251+119+145=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7791 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7791 is #04886E. Grayscale: #A1A1A1. Windows color (decimal): -297071 or 9533435. OLE color: 9533435.
HSL color Cylindrical-coordinate representation of color #FB7791: hue angle of 348.18º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB7791 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 145 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.02 |
| HSL | 348.18º | 0.94% | 0.73% | - |
| HSV(B) | 348.18º | 0.53% | 0.98% | - |
| XYZ | 51.49 | 35.75 | 30.97 | - |
| YUV | 161.43 | 118.73 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 145 | 0 | 0.53 | 0.42 | 0.02 | 348.18 | 0.94 | 0.73 |
| Hex | FB | 77 | 91 | 0 | 35 | 2A | 2 | 15C | 5E | 49 |
| Octal | 373 | 167 | 221 | 0 | 65 | 52 | 2 | 534 | 136 | 111 |
| Binary | 11111011 | 1110111 | 10010001 | 0 | 110101 | 101010 | 10 | 101011100 | 1011110 | 1001001 |
Color Harmonies of #FB7791
Complementary color
Monochromatic Colors of #FB7791
Black with #FB7791
Text Example
Text Example
White with #FB7791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7791; }
p { color: rgb(251,119,145); }
H1.HeaderClassName
{
color: #FB7791;
}
.AnyTagClassName
{
color: #FB7791;
}
</style>
background-color css
<style>
a { background-color: #FB7791; }
a { background-color: rgb(251,119,145); }
div.DivClassName
{
background-color: #FB7791;
}
.BgClassName
{
background-color: #FB7791;
}
</style>
border-color css
<style>
span { border-color: #FB7791; }
span { border-color: rgb(251,119,145); }
td.TdClassName
{
border-color: #FB7791;
}
.TagClassName
{
border-color: #FB7791;
}
</style>