Shades of Carissma #F1819D
Tints of Carissma #F1819D
RGB
CMYK
RGB Variations
Color information
#F1819D (or 0xF1819D) is known color: Carissma. HEX triplet: F1, 81 and 9D. RGB value is (241,129,157). Sum of RGB (Red+Green+Blue) = 241+129+157=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F1819D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1819D is #0E7E62. Grayscale: #A5A5A5. Windows color (decimal): -949859 or 10322417. OLE color: 10322417.
HSL color Cylindrical-coordinate representation of color #F1819D: hue angle of 345º 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 #F1819D is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 157 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.05 |
| HSL | 345º | 0.8% | 0.73% | - |
| HSV(B) | 345º | 0.46% | 0.95% | - |
| XYZ | 50.21 | 36.84 | 36.36 | - |
| YUV | 165.68 | 123.11 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 157 | 0 | 0.46 | 0.35 | 0.05 | 345 | 0.8 | 0.73 |
| Hex | F1 | 81 | 9D | 0 | 2E | 23 | 5 | 159 | 50 | 49 |
| Octal | 361 | 201 | 235 | 0 | 56 | 43 | 5 | 531 | 120 | 111 |
| Binary | 11110001 | 10000001 | 10011101 | 0 | 101110 | 100011 | 101 | 101011001 | 1010000 | 1001001 |
Color Harmonies of #F1819D
Complementary color
Monochromatic Colors of #F1819D
Black with #F1819D
Text Example
Text Example
White with #F1819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1819D; }
p { color: rgb(241,129,157); }
H1.HeaderClassName
{
color: #F1819D;
}
.AnyTagClassName
{
color: #F1819D;
}
</style>
background-color css
<style>
a { background-color: #F1819D; }
a { background-color: rgb(241,129,157); }
div.DivClassName
{
background-color: #F1819D;
}
.BgClassName
{
background-color: #F1819D;
}
</style>
border-color css
<style>
span { border-color: #F1819D; }
span { border-color: rgb(241,129,157); }
td.TdClassName
{
border-color: #F1819D;
}
.TagClassName
{
border-color: #F1819D;
}
</style>