Shades of Carissma #F1808B
Tints of Carissma #F1808B
RGB
CMYK
RGB Variations
Color information
#F1808B (or 0xF1808B) is known color: Carissma. HEX triplet: F1, 80 and 8B. RGB value is (241,128,139). Sum of RGB (Red+Green+Blue) = 241+128+139=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F1808B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1808B is #0E7F74. Grayscale: #A3A3A3. Windows color (decimal): -950133 or 9142513. OLE color: 9142513.
HSL color Cylindrical-coordinate representation of color #F1808B: hue angle of 354.16º 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 #F1808B is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 139 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.05 |
| HSL | 354.16º | 0.8% | 0.72% | - |
| HSV(B) | 354.16º | 0.47% | 0.95% | - |
| XYZ | 48.66 | 36 | 28.81 | - |
| YUV | 163.04 | 114.44 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 139 | 0 | 0.47 | 0.42 | 0.05 | 354.16 | 0.8 | 0.72 |
| Hex | F1 | 80 | 8B | 0 | 2F | 2A | 5 | 162 | 50 | 48 |
| Octal | 361 | 200 | 213 | 0 | 57 | 52 | 5 | 542 | 120 | 110 |
| Binary | 11110001 | 10000000 | 10001011 | 0 | 101111 | 101010 | 101 | 101100010 | 1010000 | 1001000 |
Color Harmonies of #F1808B
Complementary color
Monochromatic Colors of #F1808B
Black with #F1808B
Text Example
Text Example
White with #F1808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1808B; }
p { color: rgb(241,128,139); }
H1.HeaderClassName
{
color: #F1808B;
}
.AnyTagClassName
{
color: #F1808B;
}
</style>
background-color css
<style>
a { background-color: #F1808B; }
a { background-color: rgb(241,128,139); }
div.DivClassName
{
background-color: #F1808B;
}
.BgClassName
{
background-color: #F1808B;
}
</style>
border-color css
<style>
span { border-color: #F1808B; }
span { border-color: rgb(241,128,139); }
td.TdClassName
{
border-color: #F1808B;
}
.TagClassName
{
border-color: #F1808B;
}
</style>