Shades of Carissma #F17A8B
Tints of Carissma #F17A8B
RGB
CMYK
RGB Variations
Color information
#F17A8B (or 0xF17A8B) is known color: Carissma. HEX triplet: F1, 7A and 8B. RGB value is (241,122,139). Sum of RGB (Red+Green+Blue) = 241+122+139=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F17A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17A8B is #0E8574. Grayscale: #9F9F9F. Windows color (decimal): -951669 or 9140977. OLE color: 9140977.
HSL color Cylindrical-coordinate representation of color #F17A8B: hue angle of 351.43º 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 #F17A8B is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 122 | 139 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.05 |
| HSL | 351.43º | 0.81% | 0.71% | - |
| HSV(B) | 351.43º | 0.49% | 0.95% | - |
| XYZ | 47.9 | 34.48 | 28.56 | - |
| YUV | 159.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 122 | 139 | 0 | 0.49 | 0.42 | 0.05 | 351.43 | 0.81 | 0.71 |
| Hex | F1 | 7A | 8B | 0 | 31 | 2A | 5 | 15F | 51 | 47 |
| Octal | 361 | 172 | 213 | 0 | 61 | 52 | 5 | 537 | 121 | 107 |
| Binary | 11110001 | 1111010 | 10001011 | 0 | 110001 | 101010 | 101 | 101011111 | 1010001 | 1000111 |
Color Harmonies of #F17A8B
Complementary color
Monochromatic Colors of #F17A8B
Black with #F17A8B
Text Example
Text Example
White with #F17A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17A8B; }
p { color: rgb(241,122,139); }
H1.HeaderClassName
{
color: #F17A8B;
}
.AnyTagClassName
{
color: #F17A8B;
}
</style>
background-color css
<style>
a { background-color: #F17A8B; }
a { background-color: rgb(241,122,139); }
div.DivClassName
{
background-color: #F17A8B;
}
.BgClassName
{
background-color: #F17A8B;
}
</style>
border-color css
<style>
span { border-color: #F17A8B; }
span { border-color: rgb(241,122,139); }
td.TdClassName
{
border-color: #F17A8B;
}
.TagClassName
{
border-color: #F17A8B;
}
</style>