Shades of Carissma #F17A94
Tints of Carissma #F17A94
RGB
CMYK
RGB Variations
Color information
#F17A94 (or 0xF17A94) is known color: Carissma. HEX triplet: F1, 7A and 94. RGB value is (241,122,148). Sum of RGB (Red+Green+Blue) = 241+122+148=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F17A94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17A94 is #0E856B. Grayscale: #A0A0A0. Windows color (decimal): -951660 or 9730801. OLE color: 9730801.
HSL color Cylindrical-coordinate representation of color #F17A94: hue angle of 346.89º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17A94 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 122 | 148 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.05 |
| HSL | 346.89º | 0.81% | 0.71% | - |
| HSV(B) | 346.89º | 0.49% | 0.95% | - |
| XYZ | 48.58 | 34.76 | 32.17 | - |
| YUV | 160.55 | 120.92 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 122 | 148 | 0 | 0.49 | 0.39 | 0.05 | 346.89 | 0.81 | 0.71 |
| Hex | F1 | 7A | 94 | 0 | 31 | 27 | 5 | 15B | 51 | 47 |
| Octal | 361 | 172 | 224 | 0 | 61 | 47 | 5 | 533 | 121 | 107 |
| Binary | 11110001 | 1111010 | 10010100 | 0 | 110001 | 100111 | 101 | 101011011 | 1010001 | 1000111 |
Color Harmonies of #F17A94
Complementary color
Monochromatic Colors of #F17A94
Black with #F17A94
Text Example
Text Example
White with #F17A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17A94; }
p { color: rgb(241,122,148); }
H1.HeaderClassName
{
color: #F17A94;
}
.AnyTagClassName
{
color: #F17A94;
}
</style>
background-color css
<style>
a { background-color: #F17A94; }
a { background-color: rgb(241,122,148); }
div.DivClassName
{
background-color: #F17A94;
}
.BgClassName
{
background-color: #F17A94;
}
</style>
border-color css
<style>
span { border-color: #F17A94; }
span { border-color: rgb(241,122,148); }
td.TdClassName
{
border-color: #F17A94;
}
.TagClassName
{
border-color: #F17A94;
}
</style>