Shades of Carissma #F38091
Tints of Carissma #F38091
RGB
CMYK
RGB Variations
Color information
#F38091 (or 0xF38091) is known color: Carissma. HEX triplet: F3, 80 and 91. RGB value is (243,128,145). Sum of RGB (Red+Green+Blue) = 243+128+145=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F38091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38091 is #0C7F6E. Grayscale: #A4A4A4. Windows color (decimal): -819055 or 9535731. OLE color: 9535731.
HSL color Cylindrical-coordinate representation of color #F38091: hue angle of 351.13º degrees, saturation: 0.83, 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 #F38091 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 145 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.05 |
| HSL | 351.13º | 0.83% | 0.73% | - |
| HSV(B) | 351.13º | 0.47% | 0.95% | - |
| XYZ | 49.79 | 36.54 | 31.22 | - |
| YUV | 164.32 | 117.1 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 145 | 0 | 0.47 | 0.40 | 0.05 | 351.13 | 0.83 | 0.73 |
| Hex | F3 | 80 | 91 | 0 | 2F | 28 | 5 | 15F | 53 | 49 |
| Octal | 363 | 200 | 221 | 0 | 57 | 50 | 5 | 537 | 123 | 111 |
| Binary | 11110011 | 10000000 | 10010001 | 0 | 101111 | 101000 | 101 | 101011111 | 1010011 | 1001001 |
Color Harmonies of #F38091
Complementary color
Monochromatic Colors of #F38091
Black with #F38091
Text Example
Text Example
White with #F38091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38091; }
p { color: rgb(243,128,145); }
H1.HeaderClassName
{
color: #F38091;
}
.AnyTagClassName
{
color: #F38091;
}
</style>
background-color css
<style>
a { background-color: #F38091; }
a { background-color: rgb(243,128,145); }
div.DivClassName
{
background-color: #F38091;
}
.BgClassName
{
background-color: #F38091;
}
</style>
border-color css
<style>
span { border-color: #F38091; }
span { border-color: rgb(243,128,145); }
td.TdClassName
{
border-color: #F38091;
}
.TagClassName
{
border-color: #F38091;
}
</style>