Shades of Carissma #F38194
Tints of Carissma #F38194
RGB
CMYK
RGB Variations
Color information
#F38194 (or 0xF38194) is known color: Carissma. HEX triplet: F3, 81 and 94. RGB value is (243,129,148). Sum of RGB (Red+Green+Blue) = 243+129+148=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F38194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38194 is #0C7E6B. Grayscale: #A5A5A5. Windows color (decimal): -818796 or 9732595. OLE color: 9732595.
HSL color Cylindrical-coordinate representation of color #F38194: hue angle of 350º 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 #F38194 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 148 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.05 |
| HSL | 350º | 0.83% | 0.73% | - |
| HSV(B) | 350º | 0.47% | 0.95% | - |
| XYZ | 50.16 | 36.89 | 32.49 | - |
| YUV | 165.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 148 | 0 | 0.47 | 0.39 | 0.05 | 350 | 0.83 | 0.73 |
| Hex | F3 | 81 | 94 | 0 | 2F | 27 | 5 | 15E | 53 | 49 |
| Octal | 363 | 201 | 224 | 0 | 57 | 47 | 5 | 536 | 123 | 111 |
| Binary | 11110011 | 10000001 | 10010100 | 0 | 101111 | 100111 | 101 | 101011110 | 1010011 | 1001001 |
Color Harmonies of #F38194
Complementary color
Monochromatic Colors of #F38194
Black with #F38194
Text Example
Text Example
White with #F38194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38194; }
p { color: rgb(243,129,148); }
H1.HeaderClassName
{
color: #F38194;
}
.AnyTagClassName
{
color: #F38194;
}
</style>
background-color css
<style>
a { background-color: #F38194; }
a { background-color: rgb(243,129,148); }
div.DivClassName
{
background-color: #F38194;
}
.BgClassName
{
background-color: #F38194;
}
</style>
border-color css
<style>
span { border-color: #F38194; }
span { border-color: rgb(243,129,148); }
td.TdClassName
{
border-color: #F38194;
}
.TagClassName
{
border-color: #F38194;
}
</style>