Shades of Carissma #FB7D91
Tints of Carissma #FB7D91
RGB
CMYK
RGB Variations
Color information
#FB7D91 (or 0xFB7D91) is known color: Carissma. HEX triplet: FB, 7D and 91. RGB value is (251,125,145). Sum of RGB (Red+Green+Blue) = 251+125+145=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7D91 is #04826E. Grayscale: #A5A5A5. Windows color (decimal): -295535 or 9534971. OLE color: 9534971.
HSL color Cylindrical-coordinate representation of color #FB7D91: hue angle of 350.48º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7D91 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 145 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.02 |
| HSL | 350.48º | 0.94% | 0.74% | - |
| HSV(B) | 350.48º | 0.5% | 0.98% | - |
| XYZ | 52.23 | 37.22 | 31.22 | - |
| YUV | 164.95 | 116.74 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 145 | 0 | 0.50 | 0.42 | 0.02 | 350.48 | 0.94 | 0.74 |
| Hex | FB | 7D | 91 | 0 | 32 | 2A | 2 | 15E | 5E | 4A |
| Octal | 373 | 175 | 221 | 0 | 62 | 52 | 2 | 536 | 136 | 112 |
| Binary | 11111011 | 1111101 | 10010001 | 0 | 110010 | 101010 | 10 | 101011110 | 1011110 | 1001010 |
Color Harmonies of #FB7D91
Complementary color
Monochromatic Colors of #FB7D91
Black with #FB7D91
Text Example
Text Example
White with #FB7D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D91; }
p { color: rgb(251,125,145); }
H1.HeaderClassName
{
color: #FB7D91;
}
.AnyTagClassName
{
color: #FB7D91;
}
</style>
background-color css
<style>
a { background-color: #FB7D91; }
a { background-color: rgb(251,125,145); }
div.DivClassName
{
background-color: #FB7D91;
}
.BgClassName
{
background-color: #FB7D91;
}
</style>
border-color css
<style>
span { border-color: #FB7D91; }
span { border-color: rgb(251,125,145); }
td.TdClassName
{
border-color: #FB7D91;
}
.TagClassName
{
border-color: #FB7D91;
}
</style>