Shades of Carissma #F3849A
Tints of Carissma #F3849A
RGB
CMYK
RGB Variations
Color information
#F3849A (or 0xF3849A) is known color: Carissma. HEX triplet: F3, 84 and 9A. RGB value is (243,132,154). Sum of RGB (Red+Green+Blue) = 243+132+154=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F3849A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3849A is #0C7B65. Grayscale: #A7A7A7. Windows color (decimal): -818022 or 10126579. OLE color: 10126579.
HSL color Cylindrical-coordinate representation of color #F3849A: hue angle of 348.11º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F3849A is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 154 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.05 |
| HSL | 348.11º | 0.82% | 0.74% | - |
| HSV(B) | 348.11º | 0.46% | 0.95% | - |
| XYZ | 51.05 | 37.89 | 35.19 | - |
| YUV | 167.7 | 120.27 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 154 | 0 | 0.46 | 0.37 | 0.05 | 348.11 | 0.82 | 0.74 |
| Hex | F3 | 84 | 9A | 0 | 2E | 25 | 5 | 15C | 52 | 4A |
| Octal | 363 | 204 | 232 | 0 | 56 | 45 | 5 | 534 | 122 | 112 |
| Binary | 11110011 | 10000100 | 10011010 | 0 | 101110 | 100101 | 101 | 101011100 | 1010010 | 1001010 |
Color Harmonies of #F3849A
Complementary color
Monochromatic Colors of #F3849A
Black with #F3849A
Text Example
Text Example
White with #F3849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3849A; }
p { color: rgb(243,132,154); }
H1.HeaderClassName
{
color: #F3849A;
}
.AnyTagClassName
{
color: #F3849A;
}
</style>
background-color css
<style>
a { background-color: #F3849A; }
a { background-color: rgb(243,132,154); }
div.DivClassName
{
background-color: #F3849A;
}
.BgClassName
{
background-color: #F3849A;
}
</style>
border-color css
<style>
span { border-color: #F3849A; }
span { border-color: rgb(243,132,154); }
td.TdClassName
{
border-color: #F3849A;
}
.TagClassName
{
border-color: #F3849A;
}
</style>