Shades of Carissma #F17995
Tints of Carissma #F17995
RGB
CMYK
RGB Variations
Color information
#F17995 (or 0xF17995) is known color: Carissma. HEX triplet: F1, 79 and 95. RGB value is (241,121,149). Sum of RGB (Red+Green+Blue) = 241+121+149=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F17995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17995 is #0E866A. Grayscale: #A0A0A0. Windows color (decimal): -951915 or 9796081. OLE color: 9796081.
HSL color Cylindrical-coordinate representation of color #F17995: hue angle of 346º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F17995 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 121 | 149 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.05 |
| HSL | 346º | 0.81% | 0.71% | - |
| HSV(B) | 346º | 0.5% | 0.95% | - |
| XYZ | 48.54 | 34.55 | 32.54 | - |
| YUV | 160.07 | 121.76 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 121 | 149 | 0 | 0.50 | 0.38 | 0.05 | 346 | 0.81 | 0.71 |
| Hex | F1 | 79 | 95 | 0 | 32 | 26 | 5 | 15A | 51 | 47 |
| Octal | 361 | 171 | 225 | 0 | 62 | 46 | 5 | 532 | 121 | 107 |
| Binary | 11110001 | 1111001 | 10010101 | 0 | 110010 | 100110 | 101 | 101011010 | 1010001 | 1000111 |
Color Harmonies of #F17995
Complementary color
Monochromatic Colors of #F17995
Black with #F17995
Text Example
Text Example
White with #F17995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17995; }
p { color: rgb(241,121,149); }
H1.HeaderClassName
{
color: #F17995;
}
.AnyTagClassName
{
color: #F17995;
}
</style>
background-color css
<style>
a { background-color: #F17995; }
a { background-color: rgb(241,121,149); }
div.DivClassName
{
background-color: #F17995;
}
.BgClassName
{
background-color: #F17995;
}
</style>
border-color css
<style>
span { border-color: #F17995; }
span { border-color: rgb(241,121,149); }
td.TdClassName
{
border-color: #F17995;
}
.TagClassName
{
border-color: #F17995;
}
</style>