Shades of Carissma #F87A90
Tints of Carissma #F87A90
RGB
CMYK
RGB Variations
Color information
#F87A90 (or 0xF87A90) is known color: Carissma. HEX triplet: F8, 7A and 90. RGB value is (248,122,144). Sum of RGB (Red+Green+Blue) = 248+122+144=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87A90 is #07856F. Grayscale: #A2A2A2. Windows color (decimal): -492912 or 9468664. OLE color: 9468664.
HSL color Cylindrical-coordinate representation of color #F87A90: hue angle of 349.52º 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 #F87A90 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 144 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.03 |
| HSL | 349.52º | 0.9% | 0.73% | - |
| HSV(B) | 349.52º | 0.51% | 0.97% | - |
| XYZ | 50.7 | 35.89 | 30.64 | - |
| YUV | 162.18 | 117.74 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 144 | 0 | 0.51 | 0.42 | 0.03 | 349.52 | 0.9 | 0.73 |
| Hex | F8 | 7A | 90 | 0 | 33 | 2A | 3 | 15E | 5A | 49 |
| Octal | 370 | 172 | 220 | 0 | 63 | 52 | 3 | 536 | 132 | 111 |
| Binary | 11111000 | 1111010 | 10010000 | 0 | 110011 | 101010 | 11 | 101011110 | 1011010 | 1001001 |
Color Harmonies of #F87A90
Complementary color
Monochromatic Colors of #F87A90
Black with #F87A90
Text Example
Text Example
White with #F87A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87A90; }
p { color: rgb(248,122,144); }
H1.HeaderClassName
{
color: #F87A90;
}
.AnyTagClassName
{
color: #F87A90;
}
</style>
background-color css
<style>
a { background-color: #F87A90; }
a { background-color: rgb(248,122,144); }
div.DivClassName
{
background-color: #F87A90;
}
.BgClassName
{
background-color: #F87A90;
}
</style>
border-color css
<style>
span { border-color: #F87A90; }
span { border-color: rgb(248,122,144); }
td.TdClassName
{
border-color: #F87A90;
}
.TagClassName
{
border-color: #F87A90;
}
</style>