Shades of Carissma #F1838A
Tints of Carissma #F1838A
RGB
CMYK
RGB Variations
Color information
#F1838A (or 0xF1838A) is known color: Carissma. HEX triplet: F1, 83 and 8A. RGB value is (241,131,138). Sum of RGB (Red+Green+Blue) = 241+131+138=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F1838A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1838A is #0E7C75. Grayscale: #A4A4A4. Windows color (decimal): -949366 or 9077745. OLE color: 9077745.
HSL color Cylindrical-coordinate representation of color #F1838A: hue angle of 356.18º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F1838A is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 138 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.05 |
| HSL | 356.18º | 0.8% | 0.73% | - |
| HSV(B) | 356.18º | 0.46% | 0.95% | - |
| XYZ | 48.98 | 36.77 | 28.56 | - |
| YUV | 164.69 | 112.94 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 138 | 0 | 0.46 | 0.43 | 0.05 | 356.18 | 0.8 | 0.73 |
| Hex | F1 | 83 | 8A | 0 | 2E | 2B | 5 | 164 | 50 | 49 |
| Octal | 361 | 203 | 212 | 0 | 56 | 53 | 5 | 544 | 120 | 111 |
| Binary | 11110001 | 10000011 | 10001010 | 0 | 101110 | 101011 | 101 | 101100100 | 1010000 | 1001001 |
Color Harmonies of #F1838A
Complementary color
Monochromatic Colors of #F1838A
Black with #F1838A
Text Example
Text Example
White with #F1838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1838A; }
p { color: rgb(241,131,138); }
H1.HeaderClassName
{
color: #F1838A;
}
.AnyTagClassName
{
color: #F1838A;
}
</style>
background-color css
<style>
a { background-color: #F1838A; }
a { background-color: rgb(241,131,138); }
div.DivClassName
{
background-color: #F1838A;
}
.BgClassName
{
background-color: #F1838A;
}
</style>
border-color css
<style>
span { border-color: #F1838A; }
span { border-color: rgb(241,131,138); }
td.TdClassName
{
border-color: #F1838A;
}
.TagClassName
{
border-color: #F1838A;
}
</style>