Shades of Carissma #F08295
Tints of Carissma #F08295
RGB
CMYK
RGB Variations
Color information
#F08295 (or 0xF08295) is known color: Carissma. HEX triplet: F0, 82 and 95. RGB value is (240,130,149). Sum of RGB (Red+Green+Blue) = 240+130+149=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F08295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08295 is #0F7D6A. Grayscale: #A5A5A5. Windows color (decimal): -1015147 or 9798384. OLE color: 9798384.
HSL color Cylindrical-coordinate representation of color #F08295: hue angle of 349.64º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F08295 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 149 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.06 |
| HSL | 349.64º | 0.79% | 0.73% | - |
| HSV(B) | 349.64º | 0.46% | 0.94% | - |
| XYZ | 49.34 | 36.66 | 32.91 | - |
| YUV | 165.06 | 118.94 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 149 | 0 | 0.46 | 0.38 | 0.06 | 349.64 | 0.79 | 0.73 |
| Hex | F0 | 82 | 95 | 0 | 2E | 26 | 6 | 15E | 4F | 49 |
| Octal | 360 | 202 | 225 | 0 | 56 | 46 | 6 | 536 | 117 | 111 |
| Binary | 11110000 | 10000010 | 10010101 | 0 | 101110 | 100110 | 110 | 101011110 | 1001111 | 1001001 |
Color Harmonies of #F08295
Complementary color
Monochromatic Colors of #F08295
Black with #F08295
Text Example
Text Example
White with #F08295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08295; }
p { color: rgb(240,130,149); }
H1.HeaderClassName
{
color: #F08295;
}
.AnyTagClassName
{
color: #F08295;
}
</style>
background-color css
<style>
a { background-color: #F08295; }
a { background-color: rgb(240,130,149); }
div.DivClassName
{
background-color: #F08295;
}
.BgClassName
{
background-color: #F08295;
}
</style>
border-color css
<style>
span { border-color: #F08295; }
span { border-color: rgb(240,130,149); }
td.TdClassName
{
border-color: #F08295;
}
.TagClassName
{
border-color: #F08295;
}
</style>