Shades of Carissma #F38388
Tints of Carissma #F38388
RGB
CMYK
RGB Variations
Color information
#F38388 (or 0xF38388) is known color: Carissma. HEX triplet: F3, 83 and 88. RGB value is (243,131,136). Sum of RGB (Red+Green+Blue) = 243+131+136=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F38388 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38388 is #0C7C77. Grayscale: #A5A5A5. Windows color (decimal): -818296 or 8946675. OLE color: 8946675.
HSL color Cylindrical-coordinate representation of color #F38388: hue angle of 357.32º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F38388 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 136 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.05 |
| HSL | 357.32º | 0.82% | 0.73% | - |
| HSV(B) | 357.32º | 0.46% | 0.95% | - |
| XYZ | 49.52 | 37.06 | 27.84 | - |
| YUV | 165.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 136 | 0 | 0.46 | 0.44 | 0.05 | 357.32 | 0.82 | 0.73 |
| Hex | F3 | 83 | 88 | 0 | 2E | 2C | 5 | 165 | 52 | 49 |
| Octal | 363 | 203 | 210 | 0 | 56 | 54 | 5 | 545 | 122 | 111 |
| Binary | 11110011 | 10000011 | 10001000 | 0 | 101110 | 101100 | 101 | 101100101 | 1010010 | 1001001 |
Color Harmonies of #F38388
Complementary color
Monochromatic Colors of #F38388
Black with #F38388
Text Example
Text Example
White with #F38388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38388; }
p { color: rgb(243,131,136); }
H1.HeaderClassName
{
color: #F38388;
}
.AnyTagClassName
{
color: #F38388;
}
</style>
background-color css
<style>
a { background-color: #F38388; }
a { background-color: rgb(243,131,136); }
div.DivClassName
{
background-color: #F38388;
}
.BgClassName
{
background-color: #F38388;
}
</style>
border-color css
<style>
span { border-color: #F38388; }
span { border-color: rgb(243,131,136); }
td.TdClassName
{
border-color: #F38388;
}
.TagClassName
{
border-color: #F38388;
}
</style>