Shades of Carissma #F1859C
Tints of Carissma #F1859C
RGB
CMYK
RGB Variations
Color information
#F1859C (or 0xF1859C) is known color: Carissma. HEX triplet: F1, 85 and 9C. RGB value is (241,133,156). Sum of RGB (Red+Green+Blue) = 241+133+156=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F1859C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1859C is #0E7A63. Grayscale: #A7A7A7. Windows color (decimal): -948836 or 10257905. OLE color: 10257905.
HSL color Cylindrical-coordinate representation of color #F1859C: hue angle of 347.22º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F1859C is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 156 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.05 |
| HSL | 347.22º | 0.79% | 0.73% | - |
| HSV(B) | 347.22º | 0.45% | 0.95% | - |
| XYZ | 50.66 | 37.88 | 36.09 | - |
| YUV | 167.91 | 121.28 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 156 | 0 | 0.45 | 0.35 | 0.05 | 347.22 | 0.79 | 0.73 |
| Hex | F1 | 85 | 9C | 0 | 2D | 23 | 5 | 15B | 4F | 49 |
| Octal | 361 | 205 | 234 | 0 | 55 | 43 | 5 | 533 | 117 | 111 |
| Binary | 11110001 | 10000101 | 10011100 | 0 | 101101 | 100011 | 101 | 101011011 | 1001111 | 1001001 |
Color Harmonies of #F1859C
Complementary color
Monochromatic Colors of #F1859C
Black with #F1859C
Text Example
Text Example
White with #F1859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1859C; }
p { color: rgb(241,133,156); }
H1.HeaderClassName
{
color: #F1859C;
}
.AnyTagClassName
{
color: #F1859C;
}
</style>
background-color css
<style>
a { background-color: #F1859C; }
a { background-color: rgb(241,133,156); }
div.DivClassName
{
background-color: #F1859C;
}
.BgClassName
{
background-color: #F1859C;
}
</style>
border-color css
<style>
span { border-color: #F1859C; }
span { border-color: rgb(241,133,156); }
td.TdClassName
{
border-color: #F1859C;
}
.TagClassName
{
border-color: #F1859C;
}
</style>