Shades of Carissma #F87990
Tints of Carissma #F87990
RGB
CMYK
RGB Variations
Color information
#F87990 (or 0xF87990) is known color: Carissma. HEX triplet: F8, 79 and 90. RGB value is (248,121,144). Sum of RGB (Red+Green+Blue) = 248+121+144=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F87990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87990 is #07866F. Grayscale: #A1A1A1. Windows color (decimal): -493168 or 9468408. OLE color: 9468408.
HSL color Cylindrical-coordinate representation of color #F87990: hue angle of 349.13º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87990 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 121 | 144 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.03 |
| HSL | 349.13º | 0.9% | 0.72% | - |
| HSV(B) | 349.13º | 0.51% | 0.97% | - |
| XYZ | 50.58 | 35.64 | 30.6 | - |
| YUV | 161.6 | 118.08 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 121 | 144 | 0 | 0.51 | 0.42 | 0.03 | 349.13 | 0.9 | 0.72 |
| Hex | F8 | 79 | 90 | 0 | 33 | 2A | 3 | 15D | 5A | 48 |
| Octal | 370 | 171 | 220 | 0 | 63 | 52 | 3 | 535 | 132 | 110 |
| Binary | 11111000 | 1111001 | 10010000 | 0 | 110011 | 101010 | 11 | 101011101 | 1011010 | 1001000 |
Color Harmonies of #F87990
Complementary color
Monochromatic Colors of #F87990
Black with #F87990
Text Example
Text Example
White with #F87990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87990; }
p { color: rgb(248,121,144); }
H1.HeaderClassName
{
color: #F87990;
}
.AnyTagClassName
{
color: #F87990;
}
</style>
background-color css
<style>
a { background-color: #F87990; }
a { background-color: rgb(248,121,144); }
div.DivClassName
{
background-color: #F87990;
}
.BgClassName
{
background-color: #F87990;
}
</style>
border-color css
<style>
span { border-color: #F87990; }
span { border-color: rgb(248,121,144); }
td.TdClassName
{
border-color: #F87990;
}
.TagClassName
{
border-color: #F87990;
}
</style>