Shades of Carissma #F17C93
Tints of Carissma #F17C93
RGB
CMYK
RGB Variations
Color information
#F17C93 (or 0xF17C93) is known color: Carissma. HEX triplet: F1, 7C and 93. RGB value is (241,124,147). Sum of RGB (Red+Green+Blue) = 241+124+147=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17C93 is #0E836C. Grayscale: #A1A1A1. Windows color (decimal): -951149 or 9665777. OLE color: 9665777.
HSL color Cylindrical-coordinate representation of color #F17C93: hue angle of 348.21º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17C93 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 147 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.05 |
| HSL | 348.21º | 0.81% | 0.72% | - |
| HSV(B) | 348.21º | 0.49% | 0.95% | - |
| XYZ | 48.75 | 35.22 | 31.83 | - |
| YUV | 161.61 | 119.76 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 147 | 0 | 0.49 | 0.39 | 0.05 | 348.21 | 0.81 | 0.72 |
| Hex | F1 | 7C | 93 | 0 | 31 | 27 | 5 | 15C | 51 | 48 |
| Octal | 361 | 174 | 223 | 0 | 61 | 47 | 5 | 534 | 121 | 110 |
| Binary | 11110001 | 1111100 | 10010011 | 0 | 110001 | 100111 | 101 | 101011100 | 1010001 | 1001000 |
Color Harmonies of #F17C93
Complementary color
Monochromatic Colors of #F17C93
Black with #F17C93
Text Example
Text Example
White with #F17C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17C93; }
p { color: rgb(241,124,147); }
H1.HeaderClassName
{
color: #F17C93;
}
.AnyTagClassName
{
color: #F17C93;
}
</style>
background-color css
<style>
a { background-color: #F17C93; }
a { background-color: rgb(241,124,147); }
div.DivClassName
{
background-color: #F17C93;
}
.BgClassName
{
background-color: #F17C93;
}
</style>
border-color css
<style>
span { border-color: #F17C93; }
span { border-color: rgb(241,124,147); }
td.TdClassName
{
border-color: #F17C93;
}
.TagClassName
{
border-color: #F17C93;
}
</style>