Shades of Carissma #F3818A
Tints of Carissma #F3818A
RGB
CMYK
RGB Variations
Color information
#F3818A (or 0xF3818A) is known color: Carissma. HEX triplet: F3, 81 and 8A. RGB value is (243,129,138). Sum of RGB (Red+Green+Blue) = 243+129+138=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F3818A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3818A is #0C7E75. Grayscale: #A4A4A4. Windows color (decimal): -818806 or 9077235. OLE color: 9077235.
HSL color Cylindrical-coordinate representation of color #F3818A: hue angle of 355.26º 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 #F3818A is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 138 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.05 |
| HSL | 355.26º | 0.83% | 0.73% | - |
| HSV(B) | 355.26º | 0.47% | 0.95% | - |
| XYZ | 49.4 | 36.59 | 28.5 | - |
| YUV | 164.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 138 | 0 | 0.47 | 0.43 | 0.05 | 355.26 | 0.83 | 0.73 |
| Hex | F3 | 81 | 8A | 0 | 2F | 2B | 5 | 163 | 53 | 49 |
| Octal | 363 | 201 | 212 | 0 | 57 | 53 | 5 | 543 | 123 | 111 |
| Binary | 11110011 | 10000001 | 10001010 | 0 | 101111 | 101011 | 101 | 101100011 | 1010011 | 1001001 |
Color Harmonies of #F3818A
Complementary color
Monochromatic Colors of #F3818A
Black with #F3818A
Text Example
Text Example
White with #F3818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3818A; }
p { color: rgb(243,129,138); }
H1.HeaderClassName
{
color: #F3818A;
}
.AnyTagClassName
{
color: #F3818A;
}
</style>
background-color css
<style>
a { background-color: #F3818A; }
a { background-color: rgb(243,129,138); }
div.DivClassName
{
background-color: #F3818A;
}
.BgClassName
{
background-color: #F3818A;
}
</style>
border-color css
<style>
span { border-color: #F3818A; }
span { border-color: rgb(243,129,138); }
td.TdClassName
{
border-color: #F3818A;
}
.TagClassName
{
border-color: #F3818A;
}
</style>