Shades of Carissma #F38192
Tints of Carissma #F38192
RGB
CMYK
RGB Variations
Color information
#F38192 (or 0xF38192) is known color: Carissma. HEX triplet: F3, 81 and 92. RGB value is (243,129,146). Sum of RGB (Red+Green+Blue) = 243+129+146=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F38192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38192 is #0C7E6D. Grayscale: #A5A5A5. Windows color (decimal): -818798 or 9601523. OLE color: 9601523.
HSL color Cylindrical-coordinate representation of color #F38192: hue angle of 351.05º 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 #F38192 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 146 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.05 |
| HSL | 351.05º | 0.83% | 0.73% | - |
| HSV(B) | 351.05º | 0.47% | 0.95% | - |
| XYZ | 50 | 36.83 | 31.67 | - |
| YUV | 165.02 | 117.27 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 146 | 0 | 0.47 | 0.40 | 0.05 | 351.05 | 0.83 | 0.73 |
| Hex | F3 | 81 | 92 | 0 | 2F | 28 | 5 | 15F | 53 | 49 |
| Octal | 363 | 201 | 222 | 0 | 57 | 50 | 5 | 537 | 123 | 111 |
| Binary | 11110011 | 10000001 | 10010010 | 0 | 101111 | 101000 | 101 | 101011111 | 1010011 | 1001001 |
Color Harmonies of #F38192
Complementary color
Monochromatic Colors of #F38192
Black with #F38192
Text Example
Text Example
White with #F38192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38192; }
p { color: rgb(243,129,146); }
H1.HeaderClassName
{
color: #F38192;
}
.AnyTagClassName
{
color: #F38192;
}
</style>
background-color css
<style>
a { background-color: #F38192; }
a { background-color: rgb(243,129,146); }
div.DivClassName
{
background-color: #F38192;
}
.BgClassName
{
background-color: #F38192;
}
</style>
border-color css
<style>
span { border-color: #F38192; }
span { border-color: rgb(243,129,146); }
td.TdClassName
{
border-color: #F38192;
}
.TagClassName
{
border-color: #F38192;
}
</style>