Shades of Carissma #FB7F89
Tints of Carissma #FB7F89
RGB
CMYK
RGB Variations
Color information
#FB7F89 (or 0xFB7F89) is known color: Carissma. HEX triplet: FB, 7F and 89. RGB value is (251,127,137). Sum of RGB (Red+Green+Blue) = 251+127+137=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7F89 is #048076. Grayscale: #A5A5A5. Windows color (decimal): -295031 or 9011195. OLE color: 9011195.
HSL color Cylindrical-coordinate representation of color #FB7F89: hue angle of 355.16º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB7F89 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 127 | 137 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.02 |
| HSL | 355.16º | 0.94% | 0.74% | - |
| HSV(B) | 355.16º | 0.49% | 0.98% | - |
| XYZ | 51.89 | 37.49 | 28.17 | - |
| YUV | 165.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 127 | 137 | 0 | 0.49 | 0.45 | 0.02 | 355.16 | 0.94 | 0.74 |
| Hex | FB | 7F | 89 | 0 | 31 | 2D | 2 | 163 | 5E | 4A |
| Octal | 373 | 177 | 211 | 0 | 61 | 55 | 2 | 543 | 136 | 112 |
| Binary | 11111011 | 1111111 | 10001001 | 0 | 110001 | 101101 | 10 | 101100011 | 1011110 | 1001010 |
Color Harmonies of #FB7F89
Complementary color
Monochromatic Colors of #FB7F89
Black with #FB7F89
Text Example
Text Example
White with #FB7F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7F89; }
p { color: rgb(251,127,137); }
H1.HeaderClassName
{
color: #FB7F89;
}
.AnyTagClassName
{
color: #FB7F89;
}
</style>
background-color css
<style>
a { background-color: #FB7F89; }
a { background-color: rgb(251,127,137); }
div.DivClassName
{
background-color: #FB7F89;
}
.BgClassName
{
background-color: #FB7F89;
}
</style>
border-color css
<style>
span { border-color: #FB7F89; }
span { border-color: rgb(251,127,137); }
td.TdClassName
{
border-color: #FB7F89;
}
.TagClassName
{
border-color: #FB7F89;
}
</style>