Shades of Carissma #F17895
Tints of Carissma #F17895
RGB
CMYK
RGB Variations
Color information
#F17895 (or 0xF17895) is known color: Carissma. HEX triplet: F1, 78 and 95. RGB value is (241,120,149). Sum of RGB (Red+Green+Blue) = 241+120+149=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F17895 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17895 is #0E876A. Grayscale: #9F9F9F. Windows color (decimal): -952171 or 9795825. OLE color: 9795825.
HSL color Cylindrical-coordinate representation of color #F17895: hue angle of 345.62º 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 #F17895 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 149 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.05 |
| HSL | 345.62º | 0.81% | 0.71% | - |
| HSV(B) | 345.62º | 0.5% | 0.95% | - |
| XYZ | 48.42 | 34.3 | 32.5 | - |
| YUV | 159.49 | 122.09 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 149 | 0 | 0.50 | 0.38 | 0.05 | 345.62 | 0.81 | 0.71 |
| Hex | F1 | 78 | 95 | 0 | 32 | 26 | 5 | 15A | 51 | 47 |
| Octal | 361 | 170 | 225 | 0 | 62 | 46 | 5 | 532 | 121 | 107 |
| Binary | 11110001 | 1111000 | 10010101 | 0 | 110010 | 100110 | 101 | 101011010 | 1010001 | 1000111 |
Color Harmonies of #F17895
Complementary color
Monochromatic Colors of #F17895
Black with #F17895
Text Example
Text Example
White with #F17895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17895; }
p { color: rgb(241,120,149); }
H1.HeaderClassName
{
color: #F17895;
}
.AnyTagClassName
{
color: #F17895;
}
</style>
background-color css
<style>
a { background-color: #F17895; }
a { background-color: rgb(241,120,149); }
div.DivClassName
{
background-color: #F17895;
}
.BgClassName
{
background-color: #F17895;
}
</style>
border-color css
<style>
span { border-color: #F17895; }
span { border-color: rgb(241,120,149); }
td.TdClassName
{
border-color: #F17895;
}
.TagClassName
{
border-color: #F17895;
}
</style>