Shades of Carissma #F17795
Tints of Carissma #F17795
RGB
CMYK
RGB Variations
Color information
#F17795 (or 0xF17795) is known color: Carissma. HEX triplet: F1, 77 and 95. RGB value is (241,119,149). Sum of RGB (Red+Green+Blue) = 241+119+149=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F17795 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17795 is #0E886A. Grayscale: #9E9E9E. Windows color (decimal): -952427 or 9795569. OLE color: 9795569.
HSL color Cylindrical-coordinate representation of color #F17795: hue angle of 345.25º 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 #F17795 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 149 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.05 |
| HSL | 345.25º | 0.81% | 0.71% | - |
| HSV(B) | 345.25º | 0.51% | 0.95% | - |
| XYZ | 48.3 | 34.06 | 32.46 | - |
| YUV | 158.9 | 122.42 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 149 | 0 | 0.51 | 0.38 | 0.05 | 345.25 | 0.81 | 0.71 |
| Hex | F1 | 77 | 95 | 0 | 33 | 26 | 5 | 159 | 51 | 47 |
| Octal | 361 | 167 | 225 | 0 | 63 | 46 | 5 | 531 | 121 | 107 |
| Binary | 11110001 | 1110111 | 10010101 | 0 | 110011 | 100110 | 101 | 101011001 | 1010001 | 1000111 |
Color Harmonies of #F17795
Complementary color
Monochromatic Colors of #F17795
Black with #F17795
Text Example
Text Example
White with #F17795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17795; }
p { color: rgb(241,119,149); }
H1.HeaderClassName
{
color: #F17795;
}
.AnyTagClassName
{
color: #F17795;
}
</style>
background-color css
<style>
a { background-color: #F17795; }
a { background-color: rgb(241,119,149); }
div.DivClassName
{
background-color: #F17795;
}
.BgClassName
{
background-color: #F17795;
}
</style>
border-color css
<style>
span { border-color: #F17795; }
span { border-color: rgb(241,119,149); }
td.TdClassName
{
border-color: #F17795;
}
.TagClassName
{
border-color: #F17795;
}
</style>