Shades of Carissma #F08390
Tints of Carissma #F08390
RGB
CMYK
RGB Variations
Color information
#F08390 (or 0xF08390) is known color: Carissma. HEX triplet: F0, 83 and 90. RGB value is (240,131,144). Sum of RGB (Red+Green+Blue) = 240+131+144=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F08390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08390 is #0F7C6F. Grayscale: #A5A5A5. Windows color (decimal): -1014896 or 9470960. OLE color: 9470960.
HSL color Cylindrical-coordinate representation of color #F08390: hue angle of 352.84º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F08390 is Cyan = 0, Magento = 0.45, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 144 | - |
| CMYK | 0 | 0.45 | 0.4 | 0.06 |
| HSL | 352.84º | 0.78% | 0.73% | - |
| HSV(B) | 352.84º | 0.45% | 0.94% | - |
| XYZ | 49.09 | 36.77 | 30.9 | - |
| YUV | 165.07 | 116.11 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 144 | 0 | 0.45 | 0.4 | 0.06 | 352.84 | 0.78 | 0.73 |
| Hex | F0 | 83 | 90 | 0 | 2D | 28 | 6 | 161 | 4E | 49 |
| Octal | 360 | 203 | 220 | 0 | 55 | 50 | 6 | 541 | 116 | 111 |
| Binary | 11110000 | 10000011 | 10010000 | 0 | 101101 | 101000 | 110 | 101100001 | 1001110 | 1001001 |
Color Harmonies of #F08390
Complementary color
Monochromatic Colors of #F08390
Black with #F08390
Text Example
Text Example
White with #F08390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08390; }
p { color: rgb(240,131,144); }
H1.HeaderClassName
{
color: #F08390;
}
.AnyTagClassName
{
color: #F08390;
}
</style>
background-color css
<style>
a { background-color: #F08390; }
a { background-color: rgb(240,131,144); }
div.DivClassName
{
background-color: #F08390;
}
.BgClassName
{
background-color: #F08390;
}
</style>
border-color css
<style>
span { border-color: #F08390; }
span { border-color: rgb(240,131,144); }
td.TdClassName
{
border-color: #F08390;
}
.TagClassName
{
border-color: #F08390;
}
</style>