Shades of Carissma #F38188
Tints of Carissma #F38188
RGB
CMYK
RGB Variations
Color information
#F38188 (or 0xF38188) is known color: Carissma. HEX triplet: F3, 81 and 88. RGB value is (243,129,136). Sum of RGB (Red+Green+Blue) = 243+129+136=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F38188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38188 is #0C7E77. Grayscale: #A3A3A3. Windows color (decimal): -818808 or 8946163. OLE color: 8946163.
HSL color Cylindrical-coordinate representation of color #F38188: hue angle of 356.32º 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 #F38188 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 136 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.05 |
| HSL | 356.32º | 0.83% | 0.73% | - |
| HSV(B) | 356.32º | 0.47% | 0.95% | - |
| XYZ | 49.26 | 36.53 | 27.75 | - |
| YUV | 163.88 | 112.27 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 136 | 0 | 0.47 | 0.44 | 0.05 | 356.32 | 0.83 | 0.73 |
| Hex | F3 | 81 | 88 | 0 | 2F | 2C | 5 | 164 | 53 | 49 |
| Octal | 363 | 201 | 210 | 0 | 57 | 54 | 5 | 544 | 123 | 111 |
| Binary | 11110011 | 10000001 | 10001000 | 0 | 101111 | 101100 | 101 | 101100100 | 1010011 | 1001001 |
Color Harmonies of #F38188
Complementary color
Monochromatic Colors of #F38188
Black with #F38188
Text Example
Text Example
White with #F38188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38188; }
p { color: rgb(243,129,136); }
H1.HeaderClassName
{
color: #F38188;
}
.AnyTagClassName
{
color: #F38188;
}
</style>
background-color css
<style>
a { background-color: #F38188; }
a { background-color: rgb(243,129,136); }
div.DivClassName
{
background-color: #F38188;
}
.BgClassName
{
background-color: #F38188;
}
</style>
border-color css
<style>
span { border-color: #F38188; }
span { border-color: rgb(243,129,136); }
td.TdClassName
{
border-color: #F38188;
}
.TagClassName
{
border-color: #F38188;
}
</style>