Shades of Carissma #F87C90
Tints of Carissma #F87C90
RGB
CMYK
RGB Variations
Color information
#F87C90 (or 0xF87C90) is known color: Carissma. HEX triplet: F8, 7C and 90. RGB value is (248,124,144). Sum of RGB (Red+Green+Blue) = 248+124+144=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87C90 is #07836F. Grayscale: #A3A3A3. Windows color (decimal): -492400 or 9469176. OLE color: 9469176.
HSL color Cylindrical-coordinate representation of color #F87C90: hue angle of 350.32º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87C90 is Cyan = 0, Magento = 0.5, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 144 | - |
| CMYK | 0 | 0.5 | 0.42 | 0.03 |
| HSL | 350.32º | 0.9% | 0.73% | - |
| HSV(B) | 350.32º | 0.5% | 0.97% | - |
| XYZ | 50.95 | 36.39 | 30.72 | - |
| YUV | 163.36 | 117.08 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 144 | 0 | 0.5 | 0.42 | 0.03 | 350.32 | 0.9 | 0.73 |
| Hex | F8 | 7C | 90 | 0 | 32 | 2A | 3 | 15E | 5A | 49 |
| Octal | 370 | 174 | 220 | 0 | 62 | 52 | 3 | 536 | 132 | 111 |
| Binary | 11111000 | 1111100 | 10010000 | 0 | 110010 | 101010 | 11 | 101011110 | 1011010 | 1001001 |
Color Harmonies of #F87C90
Complementary color
Monochromatic Colors of #F87C90
Black with #F87C90
Text Example
Text Example
White with #F87C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87C90; }
p { color: rgb(248,124,144); }
H1.HeaderClassName
{
color: #F87C90;
}
.AnyTagClassName
{
color: #F87C90;
}
</style>
background-color css
<style>
a { background-color: #F87C90; }
a { background-color: rgb(248,124,144); }
div.DivClassName
{
background-color: #F87C90;
}
.BgClassName
{
background-color: #F87C90;
}
</style>
border-color css
<style>
span { border-color: #F87C90; }
span { border-color: rgb(248,124,144); }
td.TdClassName
{
border-color: #F87C90;
}
.TagClassName
{
border-color: #F87C90;
}
</style>