Shades of Carissma #F1808C
Tints of Carissma #F1808C
RGB
CMYK
RGB Variations
Color information
#F1808C (or 0xF1808C) is known color: Carissma. HEX triplet: F1, 80 and 8C. RGB value is (241,128,140). Sum of RGB (Red+Green+Blue) = 241+128+140=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F1808C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1808C is #0E7F73. Grayscale: #A3A3A3. Windows color (decimal): -950132 or 9208049. OLE color: 9208049.
HSL color Cylindrical-coordinate representation of color #F1808C: hue angle of 353.63º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F1808C is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 140 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.05 |
| HSL | 353.63º | 0.8% | 0.72% | - |
| HSV(B) | 353.63º | 0.47% | 0.95% | - |
| XYZ | 48.73 | 36.03 | 29.2 | - |
| YUV | 163.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 140 | 0 | 0.47 | 0.42 | 0.05 | 353.63 | 0.8 | 0.72 |
| Hex | F1 | 80 | 8C | 0 | 2F | 2A | 5 | 162 | 50 | 48 |
| Octal | 361 | 200 | 214 | 0 | 57 | 52 | 5 | 542 | 120 | 110 |
| Binary | 11110001 | 10000000 | 10001100 | 0 | 101111 | 101010 | 101 | 101100010 | 1010000 | 1001000 |
Color Harmonies of #F1808C
Complementary color
Monochromatic Colors of #F1808C
Black with #F1808C
Text Example
Text Example
White with #F1808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1808C; }
p { color: rgb(241,128,140); }
H1.HeaderClassName
{
color: #F1808C;
}
.AnyTagClassName
{
color: #F1808C;
}
</style>
background-color css
<style>
a { background-color: #F1808C; }
a { background-color: rgb(241,128,140); }
div.DivClassName
{
background-color: #F1808C;
}
.BgClassName
{
background-color: #F1808C;
}
</style>
border-color css
<style>
span { border-color: #F1808C; }
span { border-color: rgb(241,128,140); }
td.TdClassName
{
border-color: #F1808C;
}
.TagClassName
{
border-color: #F1808C;
}
</style>