Shades of Carissma #F17896
Tints of Carissma #F17896
RGB
CMYK
RGB Variations
Color information
#F17896 (or 0xF17896) is known color: Carissma. HEX triplet: F1, 78 and 96. RGB value is (241,120,150). Sum of RGB (Red+Green+Blue) = 241+120+150=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F17896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17896 is #0E8769. Grayscale: #9F9F9F. Windows color (decimal): -952170 or 9861361. OLE color: 9861361.
HSL color Cylindrical-coordinate representation of color #F17896: hue angle of 345.12º 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 #F17896 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 150 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.05 |
| HSL | 345.12º | 0.81% | 0.71% | - |
| HSV(B) | 345.12º | 0.5% | 0.95% | - |
| XYZ | 48.5 | 34.34 | 32.93 | - |
| YUV | 159.6 | 122.59 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 150 | 0 | 0.50 | 0.38 | 0.05 | 345.12 | 0.81 | 0.71 |
| Hex | F1 | 78 | 96 | 0 | 32 | 26 | 5 | 159 | 51 | 47 |
| Octal | 361 | 170 | 226 | 0 | 62 | 46 | 5 | 531 | 121 | 107 |
| Binary | 11110001 | 1111000 | 10010110 | 0 | 110010 | 100110 | 101 | 101011001 | 1010001 | 1000111 |
Color Harmonies of #F17896
Complementary color
Monochromatic Colors of #F17896
Black with #F17896
Text Example
Text Example
White with #F17896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17896; }
p { color: rgb(241,120,150); }
H1.HeaderClassName
{
color: #F17896;
}
.AnyTagClassName
{
color: #F17896;
}
</style>
background-color css
<style>
a { background-color: #F17896; }
a { background-color: rgb(241,120,150); }
div.DivClassName
{
background-color: #F17896;
}
.BgClassName
{
background-color: #F17896;
}
</style>
border-color css
<style>
span { border-color: #F17896; }
span { border-color: rgb(241,120,150); }
td.TdClassName
{
border-color: #F17896;
}
.TagClassName
{
border-color: #F17896;
}
</style>