Shades of Carissma #F87A89
Tints of Carissma #F87A89
RGB
CMYK
RGB Variations
Color information
#F87A89 (or 0xF87A89) is known color: Carissma. HEX triplet: F8, 7A and 89. RGB value is (248,122,137). Sum of RGB (Red+Green+Blue) = 248+122+137=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87A89 is #078576. Grayscale: #A1A1A1. Windows color (decimal): -492919 or 9009912. OLE color: 9009912.
HSL color Cylindrical-coordinate representation of color #F87A89: hue angle of 352.86º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87A89 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 137 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.03 |
| HSL | 352.86º | 0.9% | 0.73% | - |
| HSV(B) | 352.86º | 0.51% | 0.97% | - |
| XYZ | 50.19 | 35.68 | 27.91 | - |
| YUV | 161.38 | 114.24 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 137 | 0 | 0.51 | 0.45 | 0.03 | 352.86 | 0.9 | 0.73 |
| Hex | F8 | 7A | 89 | 0 | 33 | 2D | 3 | 161 | 5A | 49 |
| Octal | 370 | 172 | 211 | 0 | 63 | 55 | 3 | 541 | 132 | 111 |
| Binary | 11111000 | 1111010 | 10001001 | 0 | 110011 | 101101 | 11 | 101100001 | 1011010 | 1001001 |
Color Harmonies of #F87A89
Complementary color
Monochromatic Colors of #F87A89
Black with #F87A89
Text Example
Text Example
White with #F87A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87A89; }
p { color: rgb(248,122,137); }
H1.HeaderClassName
{
color: #F87A89;
}
.AnyTagClassName
{
color: #F87A89;
}
</style>
background-color css
<style>
a { background-color: #F87A89; }
a { background-color: rgb(248,122,137); }
div.DivClassName
{
background-color: #F87A89;
}
.BgClassName
{
background-color: #F87A89;
}
</style>
border-color css
<style>
span { border-color: #F87A89; }
span { border-color: rgb(248,122,137); }
td.TdClassName
{
border-color: #F87A89;
}
.TagClassName
{
border-color: #F87A89;
}
</style>