Shades of Carissma #F3828F
Tints of Carissma #F3828F
RGB
CMYK
RGB Variations
Color information
#F3828F (or 0xF3828F) is known color: Carissma. HEX triplet: F3, 82 and 8F. RGB value is (243,130,143). Sum of RGB (Red+Green+Blue) = 243+130+143=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F3828F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3828F is #0C7D70. Grayscale: #A5A5A5. Windows color (decimal): -818545 or 9405171. OLE color: 9405171.
HSL color Cylindrical-coordinate representation of color #F3828F: hue angle of 353.1º 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 #F3828F is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 143 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.05 |
| HSL | 353.1º | 0.82% | 0.73% | - |
| HSV(B) | 353.1º | 0.47% | 0.95% | - |
| XYZ | 49.9 | 37 | 30.5 | - |
| YUV | 165.27 | 115.44 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 143 | 0 | 0.47 | 0.41 | 0.05 | 353.1 | 0.82 | 0.73 |
| Hex | F3 | 82 | 8F | 0 | 2F | 29 | 5 | 161 | 52 | 49 |
| Octal | 363 | 202 | 217 | 0 | 57 | 51 | 5 | 541 | 122 | 111 |
| Binary | 11110011 | 10000010 | 10001111 | 0 | 101111 | 101001 | 101 | 101100001 | 1010010 | 1001001 |
Color Harmonies of #F3828F
Complementary color
Monochromatic Colors of #F3828F
Black with #F3828F
Text Example
Text Example
White with #F3828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3828F; }
p { color: rgb(243,130,143); }
H1.HeaderClassName
{
color: #F3828F;
}
.AnyTagClassName
{
color: #F3828F;
}
</style>
background-color css
<style>
a { background-color: #F3828F; }
a { background-color: rgb(243,130,143); }
div.DivClassName
{
background-color: #F3828F;
}
.BgClassName
{
background-color: #F3828F;
}
</style>
border-color css
<style>
span { border-color: #F3828F; }
span { border-color: rgb(243,130,143); }
td.TdClassName
{
border-color: #F3828F;
}
.TagClassName
{
border-color: #F3828F;
}
</style>