Shades of Carissma #F3818B
Tints of Carissma #F3818B
RGB
CMYK
RGB Variations
Color information
#F3818B (or 0xF3818B) is known color: Carissma. HEX triplet: F3, 81 and 8B. RGB value is (243,129,139). Sum of RGB (Red+Green+Blue) = 243+129+139=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 243 - color contains mainly: red. Hex color #F3818B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3818B is #0C7E74. Grayscale: #A4A4A4. Windows color (decimal): -818805 or 9142771. OLE color: 9142771.
HSL color Cylindrical-coordinate representation of color #F3818B: hue angle of 354.74º 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 #F3818B is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 139 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.05 |
| HSL | 354.74º | 0.83% | 0.73% | - |
| HSV(B) | 354.74º | 0.47% | 0.95% | - |
| XYZ | 49.47 | 36.62 | 28.89 | - |
| YUV | 164.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 139 | 0 | 0.47 | 0.43 | 0.05 | 354.74 | 0.83 | 0.73 |
| Hex | F3 | 81 | 8B | 0 | 2F | 2B | 5 | 163 | 53 | 49 |
| Octal | 363 | 201 | 213 | 0 | 57 | 53 | 5 | 543 | 123 | 111 |
| Binary | 11110011 | 10000001 | 10001011 | 0 | 101111 | 101011 | 101 | 101100011 | 1010011 | 1001001 |
Color Harmonies of #F3818B
Complementary color
Monochromatic Colors of #F3818B
Black with #F3818B
Text Example
Text Example
White with #F3818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3818B; }
p { color: rgb(243,129,139); }
H1.HeaderClassName
{
color: #F3818B;
}
.AnyTagClassName
{
color: #F3818B;
}
</style>
background-color css
<style>
a { background-color: #F3818B; }
a { background-color: rgb(243,129,139); }
div.DivClassName
{
background-color: #F3818B;
}
.BgClassName
{
background-color: #F3818B;
}
</style>
border-color css
<style>
span { border-color: #F3818B; }
span { border-color: rgb(243,129,139); }
td.TdClassName
{
border-color: #F3818B;
}
.TagClassName
{
border-color: #F3818B;
}
</style>