Shades of Carissma #F17C90
Tints of Carissma #F17C90
RGB
CMYK
RGB Variations
Color information
#F17C90 (or 0xF17C90) is known color: Carissma. HEX triplet: F1, 7C and 90. RGB value is (241,124,144). Sum of RGB (Red+Green+Blue) = 241+124+144=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17C90 is #0E836F. Grayscale: #A1A1A1. Windows color (decimal): -951152 or 9469169. OLE color: 9469169.
HSL color Cylindrical-coordinate representation of color #F17C90: hue angle of 349.74º 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 #F17C90 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 144 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.05 |
| HSL | 349.74º | 0.81% | 0.72% | - |
| HSV(B) | 349.74º | 0.49% | 0.95% | - |
| XYZ | 48.52 | 35.13 | 30.61 | - |
| YUV | 161.26 | 118.26 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 144 | 0 | 0.49 | 0.40 | 0.05 | 349.74 | 0.81 | 0.72 |
| Hex | F1 | 7C | 90 | 0 | 31 | 28 | 5 | 15E | 51 | 48 |
| Octal | 361 | 174 | 220 | 0 | 61 | 50 | 5 | 536 | 121 | 110 |
| Binary | 11110001 | 1111100 | 10010000 | 0 | 110001 | 101000 | 101 | 101011110 | 1010001 | 1001000 |
Color Harmonies of #F17C90
Complementary color
Monochromatic Colors of #F17C90
Black with #F17C90
Text Example
Text Example
White with #F17C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17C90; }
p { color: rgb(241,124,144); }
H1.HeaderClassName
{
color: #F17C90;
}
.AnyTagClassName
{
color: #F17C90;
}
</style>
background-color css
<style>
a { background-color: #F17C90; }
a { background-color: rgb(241,124,144); }
div.DivClassName
{
background-color: #F17C90;
}
.BgClassName
{
background-color: #F17C90;
}
</style>
border-color css
<style>
span { border-color: #F17C90; }
span { border-color: rgb(241,124,144); }
td.TdClassName
{
border-color: #F17C90;
}
.TagClassName
{
border-color: #F17C90;
}
</style>