Shades of Carissma #F17A8D
Tints of Carissma #F17A8D
RGB
CMYK
RGB Variations
Color information
#F17A8D (or 0xF17A8D) is known color: Carissma. HEX triplet: F1, 7A and 8D. RGB value is (241,122,141). Sum of RGB (Red+Green+Blue) = 241+122+141=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F17A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17A8D is #0E8572. Grayscale: #9F9F9F. Windows color (decimal): -951667 or 9272049. OLE color: 9272049.
HSL color Cylindrical-coordinate representation of color #F17A8D: hue angle of 350.42º 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 #F17A8D is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 122 | 141 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.05 |
| HSL | 350.42º | 0.81% | 0.71% | - |
| HSV(B) | 350.42º | 0.49% | 0.95% | - |
| XYZ | 48.04 | 34.54 | 29.33 | - |
| YUV | 159.75 | 117.42 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 122 | 141 | 0 | 0.49 | 0.41 | 0.05 | 350.42 | 0.81 | 0.71 |
| Hex | F1 | 7A | 8D | 0 | 31 | 29 | 5 | 15E | 51 | 47 |
| Octal | 361 | 172 | 215 | 0 | 61 | 51 | 5 | 536 | 121 | 107 |
| Binary | 11110001 | 1111010 | 10001101 | 0 | 110001 | 101001 | 101 | 101011110 | 1010001 | 1000111 |
Color Harmonies of #F17A8D
Complementary color
Monochromatic Colors of #F17A8D
Black with #F17A8D
Text Example
Text Example
White with #F17A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17A8D; }
p { color: rgb(241,122,141); }
H1.HeaderClassName
{
color: #F17A8D;
}
.AnyTagClassName
{
color: #F17A8D;
}
</style>
background-color css
<style>
a { background-color: #F17A8D; }
a { background-color: rgb(241,122,141); }
div.DivClassName
{
background-color: #F17A8D;
}
.BgClassName
{
background-color: #F17A8D;
}
</style>
border-color css
<style>
span { border-color: #F17A8D; }
span { border-color: rgb(241,122,141); }
td.TdClassName
{
border-color: #F17A8D;
}
.TagClassName
{
border-color: #F17A8D;
}
</style>