Shades of Carissma #F17B9A
Tints of Carissma #F17B9A
RGB
CMYK
RGB Variations
Color information
#F17B9A (or 0xF17B9A) is known color: Carissma. HEX triplet: F1, 7B and 9A. RGB value is (241,123,154). Sum of RGB (Red+Green+Blue) = 241+123+154=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F17B9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17B9A is #0E8465. Grayscale: #A1A1A1. Windows color (decimal): -951398 or 10124273. OLE color: 10124273.
HSL color Cylindrical-coordinate representation of color #F17B9A: hue angle of 344.24º 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 #F17B9A is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 123 | 154 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.05 |
| HSL | 344.24º | 0.81% | 0.71% | - |
| HSV(B) | 344.24º | 0.49% | 0.95% | - |
| XYZ | 49.19 | 35.2 | 34.77 | - |
| YUV | 161.82 | 123.59 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 123 | 154 | 0 | 0.49 | 0.36 | 0.05 | 344.24 | 0.81 | 0.71 |
| Hex | F1 | 7B | 9A | 0 | 31 | 24 | 5 | 158 | 51 | 47 |
| Octal | 361 | 173 | 232 | 0 | 61 | 44 | 5 | 530 | 121 | 107 |
| Binary | 11110001 | 1111011 | 10011010 | 0 | 110001 | 100100 | 101 | 101011000 | 1010001 | 1000111 |
Color Harmonies of #F17B9A
Complementary color
Monochromatic Colors of #F17B9A
Black with #F17B9A
Text Example
Text Example
White with #F17B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17B9A; }
p { color: rgb(241,123,154); }
H1.HeaderClassName
{
color: #F17B9A;
}
.AnyTagClassName
{
color: #F17B9A;
}
</style>
background-color css
<style>
a { background-color: #F17B9A; }
a { background-color: rgb(241,123,154); }
div.DivClassName
{
background-color: #F17B9A;
}
.BgClassName
{
background-color: #F17B9A;
}
</style>
border-color css
<style>
span { border-color: #F17B9A; }
span { border-color: rgb(241,123,154); }
td.TdClassName
{
border-color: #F17B9A;
}
.TagClassName
{
border-color: #F17B9A;
}
</style>