Shades of Carissma #F2849A
Tints of Carissma #F2849A
RGB
CMYK
RGB Variations
Color information
#F2849A (or 0xF2849A) is known color: Carissma. HEX triplet: F2, 84 and 9A. RGB value is (242,132,154). Sum of RGB (Red+Green+Blue) = 242+132+154=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F2849A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2849A is #0D7B65. Grayscale: #A7A7A7. Windows color (decimal): -883558 or 10126578. OLE color: 10126578.
HSL color Cylindrical-coordinate representation of color #F2849A: hue angle of 348º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2849A is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 154 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.05 |
| HSL | 348º | 0.81% | 0.73% | - |
| HSV(B) | 348º | 0.45% | 0.95% | - |
| XYZ | 50.7 | 37.71 | 35.18 | - |
| YUV | 167.4 | 120.44 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 154 | 0 | 0.45 | 0.36 | 0.05 | 348 | 0.81 | 0.73 |
| Hex | F2 | 84 | 9A | 0 | 2D | 24 | 5 | 15C | 51 | 49 |
| Octal | 362 | 204 | 232 | 0 | 55 | 44 | 5 | 534 | 121 | 111 |
| Binary | 11110010 | 10000100 | 10011010 | 0 | 101101 | 100100 | 101 | 101011100 | 1010001 | 1001001 |
Color Harmonies of #F2849A
Complementary color
Monochromatic Colors of #F2849A
Black with #F2849A
Text Example
Text Example
White with #F2849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2849A; }
p { color: rgb(242,132,154); }
H1.HeaderClassName
{
color: #F2849A;
}
.AnyTagClassName
{
color: #F2849A;
}
</style>
background-color css
<style>
a { background-color: #F2849A; }
a { background-color: rgb(242,132,154); }
div.DivClassName
{
background-color: #F2849A;
}
.BgClassName
{
background-color: #F2849A;
}
</style>
border-color css
<style>
span { border-color: #F2849A; }
span { border-color: rgb(242,132,154); }
td.TdClassName
{
border-color: #F2849A;
}
.TagClassName
{
border-color: #F2849A;
}
</style>