Shades of Carissma #F17D93
Tints of Carissma #F17D93
RGB
CMYK
RGB Variations
Color information
#F17D93 (or 0xF17D93) is known color: Carissma. HEX triplet: F1, 7D and 93. RGB value is (241,125,147). Sum of RGB (Red+Green+Blue) = 241+125+147=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17D93 is #0E826C. Grayscale: #A2A2A2. Windows color (decimal): -950893 or 9666033. OLE color: 9666033.
HSL color Cylindrical-coordinate representation of color #F17D93: hue angle of 348.62º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17D93 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 147 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.05 |
| HSL | 348.62º | 0.81% | 0.72% | - |
| HSV(B) | 348.62º | 0.48% | 0.95% | - |
| XYZ | 48.88 | 35.47 | 31.88 | - |
| YUV | 162.19 | 119.43 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 147 | 0 | 0.48 | 0.39 | 0.05 | 348.62 | 0.81 | 0.72 |
| Hex | F1 | 7D | 93 | 0 | 30 | 27 | 5 | 15D | 51 | 48 |
| Octal | 361 | 175 | 223 | 0 | 60 | 47 | 5 | 535 | 121 | 110 |
| Binary | 11110001 | 1111101 | 10010011 | 0 | 110000 | 100111 | 101 | 101011101 | 1010001 | 1001000 |
Color Harmonies of #F17D93
Complementary color
Monochromatic Colors of #F17D93
Black with #F17D93
Text Example
Text Example
White with #F17D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17D93; }
p { color: rgb(241,125,147); }
H1.HeaderClassName
{
color: #F17D93;
}
.AnyTagClassName
{
color: #F17D93;
}
</style>
background-color css
<style>
a { background-color: #F17D93; }
a { background-color: rgb(241,125,147); }
div.DivClassName
{
background-color: #F17D93;
}
.BgClassName
{
background-color: #F17D93;
}
</style>
border-color css
<style>
span { border-color: #F17D93; }
span { border-color: rgb(241,125,147); }
td.TdClassName
{
border-color: #F17D93;
}
.TagClassName
{
border-color: #F17D93;
}
</style>