Shades of Carissma #F1779A
Tints of Carissma #F1779A
RGB
CMYK
RGB Variations
Color information
#F1779A (or 0xF1779A) is known color: Carissma. HEX triplet: F1, 77 and 9A. RGB value is (241,119,154). Sum of RGB (Red+Green+Blue) = 241+119+154=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1779A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1779A is #0E8865. Grayscale: #9F9F9F. Windows color (decimal): -952422 or 10123249. OLE color: 10123249.
HSL color Cylindrical-coordinate representation of color #F1779A: hue angle of 342.79º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1779A is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 154 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.05 |
| HSL | 342.79º | 0.81% | 0.71% | - |
| HSV(B) | 342.79º | 0.51% | 0.95% | - |
| XYZ | 48.71 | 34.23 | 34.61 | - |
| YUV | 159.47 | 124.92 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 154 | 0 | 0.51 | 0.36 | 0.05 | 342.79 | 0.81 | 0.71 |
| Hex | F1 | 77 | 9A | 0 | 33 | 24 | 5 | 157 | 51 | 47 |
| Octal | 361 | 167 | 232 | 0 | 63 | 44 | 5 | 527 | 121 | 107 |
| Binary | 11110001 | 1110111 | 10011010 | 0 | 110011 | 100100 | 101 | 101010111 | 1010001 | 1000111 |
Color Harmonies of #F1779A
Complementary color
Monochromatic Colors of #F1779A
Black with #F1779A
Text Example
Text Example
White with #F1779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1779A; }
p { color: rgb(241,119,154); }
H1.HeaderClassName
{
color: #F1779A;
}
.AnyTagClassName
{
color: #F1779A;
}
</style>
background-color css
<style>
a { background-color: #F1779A; }
a { background-color: rgb(241,119,154); }
div.DivClassName
{
background-color: #F1779A;
}
.BgClassName
{
background-color: #F1779A;
}
</style>
border-color css
<style>
span { border-color: #F1779A; }
span { border-color: rgb(241,119,154); }
td.TdClassName
{
border-color: #F1779A;
}
.TagClassName
{
border-color: #F1779A;
}
</style>