Shades of Carissma #F1808A
Tints of Carissma #F1808A
RGB
CMYK
RGB Variations
Color information
#F1808A (or 0xF1808A) is known color: Carissma. HEX triplet: F1, 80 and 8A. RGB value is (241,128,138). Sum of RGB (Red+Green+Blue) = 241+128+138=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F1808A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1808A is #0E7F75. Grayscale: #A3A3A3. Windows color (decimal): -950134 or 9076977. OLE color: 9076977.
HSL color Cylindrical-coordinate representation of color #F1808A: hue angle of 354.69º 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 #F1808A is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 138 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.05 |
| HSL | 354.69º | 0.8% | 0.72% | - |
| HSV(B) | 354.69º | 0.47% | 0.95% | - |
| XYZ | 48.58 | 35.97 | 28.43 | - |
| YUV | 162.93 | 113.94 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 138 | 0 | 0.47 | 0.43 | 0.05 | 354.69 | 0.8 | 0.72 |
| Hex | F1 | 80 | 8A | 0 | 2F | 2B | 5 | 163 | 50 | 48 |
| Octal | 361 | 200 | 212 | 0 | 57 | 53 | 5 | 543 | 120 | 110 |
| Binary | 11110001 | 10000000 | 10001010 | 0 | 101111 | 101011 | 101 | 101100011 | 1010000 | 1001000 |
Color Harmonies of #F1808A
Complementary color
Monochromatic Colors of #F1808A
Black with #F1808A
Text Example
Text Example
White with #F1808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1808A; }
p { color: rgb(241,128,138); }
H1.HeaderClassName
{
color: #F1808A;
}
.AnyTagClassName
{
color: #F1808A;
}
</style>
background-color css
<style>
a { background-color: #F1808A; }
a { background-color: rgb(241,128,138); }
div.DivClassName
{
background-color: #F1808A;
}
.BgClassName
{
background-color: #F1808A;
}
</style>
border-color css
<style>
span { border-color: #F1808A; }
span { border-color: rgb(241,128,138); }
td.TdClassName
{
border-color: #F1808A;
}
.TagClassName
{
border-color: #F1808A;
}
</style>