Shades of Carissma #F1829B
Tints of Carissma #F1829B
RGB
CMYK
RGB Variations
Color information
#F1829B (or 0xF1829B) is known color: Carissma. HEX triplet: F1, 82 and 9B. RGB value is (241,130,155). Sum of RGB (Red+Green+Blue) = 241+130+155=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F1829B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1829B is #0E7D64. Grayscale: #A6A6A6. Windows color (decimal): -949605 or 10191601. OLE color: 10191601.
HSL color Cylindrical-coordinate representation of color #F1829B: hue angle of 346.49º 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 #F1829B is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 155 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.05 |
| HSL | 346.49º | 0.8% | 0.73% | - |
| HSV(B) | 346.49º | 0.46% | 0.95% | - |
| XYZ | 50.17 | 37.03 | 35.51 | - |
| YUV | 166.04 | 121.77 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 155 | 0 | 0.46 | 0.36 | 0.05 | 346.49 | 0.8 | 0.73 |
| Hex | F1 | 82 | 9B | 0 | 2E | 24 | 5 | 15A | 50 | 49 |
| Octal | 361 | 202 | 233 | 0 | 56 | 44 | 5 | 532 | 120 | 111 |
| Binary | 11110001 | 10000010 | 10011011 | 0 | 101110 | 100100 | 101 | 101011010 | 1010000 | 1001001 |
Color Harmonies of #F1829B
Complementary color
Monochromatic Colors of #F1829B
Black with #F1829B
Text Example
Text Example
White with #F1829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1829B; }
p { color: rgb(241,130,155); }
H1.HeaderClassName
{
color: #F1829B;
}
.AnyTagClassName
{
color: #F1829B;
}
</style>
background-color css
<style>
a { background-color: #F1829B; }
a { background-color: rgb(241,130,155); }
div.DivClassName
{
background-color: #F1829B;
}
.BgClassName
{
background-color: #F1829B;
}
</style>
border-color css
<style>
span { border-color: #F1829B; }
span { border-color: rgb(241,130,155); }
td.TdClassName
{
border-color: #F1829B;
}
.TagClassName
{
border-color: #F1829B;
}
</style>