Shades of Carissma #F17992
Tints of Carissma #F17992
RGB
CMYK
RGB Variations
Color information
#F17992 (or 0xF17992) is known color: Carissma. HEX triplet: F1, 79 and 92. RGB value is (241,121,146). Sum of RGB (Red+Green+Blue) = 241+121+146=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F17992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17992 is #0E866D. Grayscale: #9F9F9F. Windows color (decimal): -951918 or 9599473. OLE color: 9599473.
HSL color Cylindrical-coordinate representation of color #F17992: hue angle of 347.5º 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 #F17992 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 121 | 146 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.05 |
| HSL | 347.5º | 0.81% | 0.71% | - |
| HSV(B) | 347.5º | 0.5% | 0.95% | - |
| XYZ | 48.3 | 34.45 | 31.3 | - |
| YUV | 159.73 | 120.26 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 121 | 146 | 0 | 0.50 | 0.39 | 0.05 | 347.5 | 0.81 | 0.71 |
| Hex | F1 | 79 | 92 | 0 | 32 | 27 | 5 | 15C | 51 | 47 |
| Octal | 361 | 171 | 222 | 0 | 62 | 47 | 5 | 534 | 121 | 107 |
| Binary | 11110001 | 1111001 | 10010010 | 0 | 110010 | 100111 | 101 | 101011100 | 1010001 | 1000111 |
Color Harmonies of #F17992
Complementary color
Monochromatic Colors of #F17992
Black with #F17992
Text Example
Text Example
White with #F17992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17992; }
p { color: rgb(241,121,146); }
H1.HeaderClassName
{
color: #F17992;
}
.AnyTagClassName
{
color: #F17992;
}
</style>
background-color css
<style>
a { background-color: #F17992; }
a { background-color: rgb(241,121,146); }
div.DivClassName
{
background-color: #F17992;
}
.BgClassName
{
background-color: #F17992;
}
</style>
border-color css
<style>
span { border-color: #F17992; }
span { border-color: rgb(241,121,146); }
td.TdClassName
{
border-color: #F17992;
}
.TagClassName
{
border-color: #F17992;
}
</style>