Shades of Carissma #F17A88
Tints of Carissma #F17A88
RGB
CMYK
RGB Variations
Color information
#F17A88 (or 0xF17A88) is known color: Carissma. HEX triplet: F1, 7A and 88. RGB value is (241,122,136). Sum of RGB (Red+Green+Blue) = 241+122+136=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F17A88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17A88 is #0E8577. Grayscale: #9F9F9F. Windows color (decimal): -951672 or 8944369. OLE color: 8944369.
HSL color Cylindrical-coordinate representation of color #F17A88: hue angle of 352.94º 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 #F17A88 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 122 | 136 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.05 |
| HSL | 352.94º | 0.81% | 0.71% | - |
| HSV(B) | 352.94º | 0.49% | 0.95% | - |
| XYZ | 47.68 | 34.4 | 27.42 | - |
| YUV | 159.18 | 114.92 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 122 | 136 | 0 | 0.49 | 0.44 | 0.05 | 352.94 | 0.81 | 0.71 |
| Hex | F1 | 7A | 88 | 0 | 31 | 2C | 5 | 161 | 51 | 47 |
| Octal | 361 | 172 | 210 | 0 | 61 | 54 | 5 | 541 | 121 | 107 |
| Binary | 11110001 | 1111010 | 10001000 | 0 | 110001 | 101100 | 101 | 101100001 | 1010001 | 1000111 |
Color Harmonies of #F17A88
Complementary color
Monochromatic Colors of #F17A88
Black with #F17A88
Text Example
Text Example
White with #F17A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17A88; }
p { color: rgb(241,122,136); }
H1.HeaderClassName
{
color: #F17A88;
}
.AnyTagClassName
{
color: #F17A88;
}
</style>
background-color css
<style>
a { background-color: #F17A88; }
a { background-color: rgb(241,122,136); }
div.DivClassName
{
background-color: #F17A88;
}
.BgClassName
{
background-color: #F17A88;
}
</style>
border-color css
<style>
span { border-color: #F17A88; }
span { border-color: rgb(241,122,136); }
td.TdClassName
{
border-color: #F17A88;
}
.TagClassName
{
border-color: #F17A88;
}
</style>