Shades of Carissma #F1839B
Tints of Carissma #F1839B
RGB
CMYK
RGB Variations
Color information
#F1839B (or 0xF1839B) is known color: Carissma. HEX triplet: F1, 83 and 9B. RGB value is (241,131,155). Sum of RGB (Red+Green+Blue) = 241+131+155=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F1839B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1839B is #0E7C64. Grayscale: #A6A6A6. Windows color (decimal): -949349 or 10191857. OLE color: 10191857.
HSL color Cylindrical-coordinate representation of color #F1839B: hue angle of 346.91º 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 #F1839B is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 155 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.05 |
| HSL | 346.91º | 0.8% | 0.73% | - |
| HSV(B) | 346.91º | 0.46% | 0.95% | - |
| XYZ | 50.31 | 37.3 | 35.56 | - |
| YUV | 166.63 | 121.44 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 155 | 0 | 0.46 | 0.36 | 0.05 | 346.91 | 0.8 | 0.73 |
| Hex | F1 | 83 | 9B | 0 | 2E | 24 | 5 | 15B | 50 | 49 |
| Octal | 361 | 203 | 233 | 0 | 56 | 44 | 5 | 533 | 120 | 111 |
| Binary | 11110001 | 10000011 | 10011011 | 0 | 101110 | 100100 | 101 | 101011011 | 1010000 | 1001001 |
Color Harmonies of #F1839B
Complementary color
Monochromatic Colors of #F1839B
Black with #F1839B
Text Example
Text Example
White with #F1839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1839B; }
p { color: rgb(241,131,155); }
H1.HeaderClassName
{
color: #F1839B;
}
.AnyTagClassName
{
color: #F1839B;
}
</style>
background-color css
<style>
a { background-color: #F1839B; }
a { background-color: rgb(241,131,155); }
div.DivClassName
{
background-color: #F1839B;
}
.BgClassName
{
background-color: #F1839B;
}
</style>
border-color css
<style>
span { border-color: #F1839B; }
span { border-color: rgb(241,131,155); }
td.TdClassName
{
border-color: #F1839B;
}
.TagClassName
{
border-color: #F1839B;
}
</style>