Shades of Carissma #F0849A
Tints of Carissma #F0849A
RGB
CMYK
RGB Variations
Color information
#F0849A (or 0xF0849A) is known color: Carissma. HEX triplet: F0, 84 and 9A. RGB value is (240,132,154). Sum of RGB (Red+Green+Blue) = 240+132+154=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0849A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0849A is #0F7B65. Grayscale: #A6A6A6. Windows color (decimal): -1014630 or 10126576. OLE color: 10126576.
HSL color Cylindrical-coordinate representation of color #F0849A: hue angle of 347.78º 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 #F0849A is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 154 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.06 |
| HSL | 347.78º | 0.78% | 0.73% | - |
| HSV(B) | 347.78º | 0.45% | 0.94% | - |
| XYZ | 50.02 | 37.36 | 35.15 | - |
| YUV | 166.8 | 120.78 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 154 | 0 | 0.45 | 0.36 | 0.06 | 347.78 | 0.78 | 0.73 |
| Hex | F0 | 84 | 9A | 0 | 2D | 24 | 6 | 15C | 4E | 49 |
| Octal | 360 | 204 | 232 | 0 | 55 | 44 | 6 | 534 | 116 | 111 |
| Binary | 11110000 | 10000100 | 10011010 | 0 | 101101 | 100100 | 110 | 101011100 | 1001110 | 1001001 |
Color Harmonies of #F0849A
Complementary color
Monochromatic Colors of #F0849A
Black with #F0849A
Text Example
Text Example
White with #F0849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0849A; }
p { color: rgb(240,132,154); }
H1.HeaderClassName
{
color: #F0849A;
}
.AnyTagClassName
{
color: #F0849A;
}
</style>
background-color css
<style>
a { background-color: #F0849A; }
a { background-color: rgb(240,132,154); }
div.DivClassName
{
background-color: #F0849A;
}
.BgClassName
{
background-color: #F0849A;
}
</style>
border-color css
<style>
span { border-color: #F0849A; }
span { border-color: rgb(240,132,154); }
td.TdClassName
{
border-color: #F0849A;
}
.TagClassName
{
border-color: #F0849A;
}
</style>