Shades of Carissma #F3828B
Tints of Carissma #F3828B
RGB
CMYK
RGB Variations
Color information
#F3828B (or 0xF3828B) is known color: Carissma. HEX triplet: F3, 82 and 8B. RGB value is (243,130,139). Sum of RGB (Red+Green+Blue) = 243+130+139=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F3828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3828B is #0C7D74. Grayscale: #A4A4A4. Windows color (decimal): -818549 or 9143027. OLE color: 9143027.
HSL color Cylindrical-coordinate representation of color #F3828B: hue angle of 355.22º 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 #F3828B is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 139 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.05 |
| HSL | 355.22º | 0.82% | 0.73% | - |
| HSV(B) | 355.22º | 0.47% | 0.95% | - |
| XYZ | 49.6 | 36.88 | 28.93 | - |
| YUV | 164.81 | 113.44 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 139 | 0 | 0.47 | 0.43 | 0.05 | 355.22 | 0.82 | 0.73 |
| Hex | F3 | 82 | 8B | 0 | 2F | 2B | 5 | 163 | 52 | 49 |
| Octal | 363 | 202 | 213 | 0 | 57 | 53 | 5 | 543 | 122 | 111 |
| Binary | 11110011 | 10000010 | 10001011 | 0 | 101111 | 101011 | 101 | 101100011 | 1010010 | 1001001 |
Color Harmonies of #F3828B
Complementary color
Monochromatic Colors of #F3828B
Black with #F3828B
Text Example
Text Example
White with #F3828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3828B; }
p { color: rgb(243,130,139); }
H1.HeaderClassName
{
color: #F3828B;
}
.AnyTagClassName
{
color: #F3828B;
}
</style>
background-color css
<style>
a { background-color: #F3828B; }
a { background-color: rgb(243,130,139); }
div.DivClassName
{
background-color: #F3828B;
}
.BgClassName
{
background-color: #F3828B;
}
</style>
border-color css
<style>
span { border-color: #F3828B; }
span { border-color: rgb(243,130,139); }
td.TdClassName
{
border-color: #F3828B;
}
.TagClassName
{
border-color: #F3828B;
}
</style>