Shades of Carissma #F3828E
Tints of Carissma #F3828E
RGB
CMYK
RGB Variations
Color information
#F3828E (or 0xF3828E) is known color: Carissma. HEX triplet: F3, 82 and 8E. RGB value is (243,130,142). Sum of RGB (Red+Green+Blue) = 243+130+142=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F3828E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3828E is #0C7D71. Grayscale: #A5A5A5. Windows color (decimal): -818546 or 9339635. OLE color: 9339635.
HSL color Cylindrical-coordinate representation of color #F3828E: hue angle of 353.63º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3828E is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 142 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.05 |
| HSL | 353.63º | 0.82% | 0.73% | - |
| HSV(B) | 353.63º | 0.47% | 0.95% | - |
| XYZ | 49.83 | 36.97 | 30.1 | - |
| YUV | 165.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 142 | 0 | 0.47 | 0.42 | 0.05 | 353.63 | 0.82 | 0.73 |
| Hex | F3 | 82 | 8E | 0 | 2F | 2A | 5 | 162 | 52 | 49 |
| Octal | 363 | 202 | 216 | 0 | 57 | 52 | 5 | 542 | 122 | 111 |
| Binary | 11110011 | 10000010 | 10001110 | 0 | 101111 | 101010 | 101 | 101100010 | 1010010 | 1001001 |
Color Harmonies of #F3828E
Complementary color
Monochromatic Colors of #F3828E
Black with #F3828E
Text Example
Text Example
White with #F3828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3828E; }
p { color: rgb(243,130,142); }
H1.HeaderClassName
{
color: #F3828E;
}
.AnyTagClassName
{
color: #F3828E;
}
</style>
background-color css
<style>
a { background-color: #F3828E; }
a { background-color: rgb(243,130,142); }
div.DivClassName
{
background-color: #F3828E;
}
.BgClassName
{
background-color: #F3828E;
}
</style>
border-color css
<style>
span { border-color: #F3828E; }
span { border-color: rgb(243,130,142); }
td.TdClassName
{
border-color: #F3828E;
}
.TagClassName
{
border-color: #F3828E;
}
</style>