Shades of Carissma #F08294
Tints of Carissma #F08294
RGB
CMYK
RGB Variations
Color information
#F08294 (or 0xF08294) is known color: Carissma. HEX triplet: F0, 82 and 94. RGB value is (240,130,148). Sum of RGB (Red+Green+Blue) = 240+130+148=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F08294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08294 is #0F7D6B. Grayscale: #A4A4A4. Windows color (decimal): -1015148 or 9732848. OLE color: 9732848.
HSL color Cylindrical-coordinate representation of color #F08294: hue angle of 350.18º 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 #F08294 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 148 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.06 |
| HSL | 350.18º | 0.79% | 0.73% | - |
| HSV(B) | 350.18º | 0.46% | 0.94% | - |
| XYZ | 49.26 | 36.63 | 32.49 | - |
| YUV | 164.94 | 118.44 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 148 | 0 | 0.46 | 0.38 | 0.06 | 350.18 | 0.79 | 0.73 |
| Hex | F0 | 82 | 94 | 0 | 2E | 26 | 6 | 15E | 4F | 49 |
| Octal | 360 | 202 | 224 | 0 | 56 | 46 | 6 | 536 | 117 | 111 |
| Binary | 11110000 | 10000010 | 10010100 | 0 | 101110 | 100110 | 110 | 101011110 | 1001111 | 1001001 |
Color Harmonies of #F08294
Complementary color
Monochromatic Colors of #F08294
Black with #F08294
Text Example
Text Example
White with #F08294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08294; }
p { color: rgb(240,130,148); }
H1.HeaderClassName
{
color: #F08294;
}
.AnyTagClassName
{
color: #F08294;
}
</style>
background-color css
<style>
a { background-color: #F08294; }
a { background-color: rgb(240,130,148); }
div.DivClassName
{
background-color: #F08294;
}
.BgClassName
{
background-color: #F08294;
}
</style>
border-color css
<style>
span { border-color: #F08294; }
span { border-color: rgb(240,130,148); }
td.TdClassName
{
border-color: #F08294;
}
.TagClassName
{
border-color: #F08294;
}
</style>