Shades of Carissma #F47991
Tints of Carissma #F47991
RGB
CMYK
RGB Variations
Color information
#F47991 (or 0xF47991) is known color: Carissma. HEX triplet: F4, 79 and 91. RGB value is (244,121,145). Sum of RGB (Red+Green+Blue) = 244+121+145=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F47991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47991 is #0B866E. Grayscale: #A0A0A0. Windows color (decimal): -755311 or 9533940. OLE color: 9533940.
HSL color Cylindrical-coordinate representation of color #F47991: hue angle of 348.29º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47991 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 121 | 145 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.04 |
| HSL | 348.29º | 0.85% | 0.72% | - |
| HSV(B) | 348.29º | 0.5% | 0.96% | - |
| XYZ | 49.26 | 34.95 | 30.94 | - |
| YUV | 160.51 | 119.25 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 121 | 145 | 0 | 0.50 | 0.41 | 0.04 | 348.29 | 0.85 | 0.72 |
| Hex | F4 | 79 | 91 | 0 | 32 | 29 | 4 | 15C | 55 | 48 |
| Octal | 364 | 171 | 221 | 0 | 62 | 51 | 4 | 534 | 125 | 110 |
| Binary | 11110100 | 1111001 | 10010001 | 0 | 110010 | 101001 | 100 | 101011100 | 1010101 | 1001000 |
Color Harmonies of #F47991
Complementary color
Monochromatic Colors of #F47991
Black with #F47991
Text Example
Text Example
White with #F47991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47991; }
p { color: rgb(244,121,145); }
H1.HeaderClassName
{
color: #F47991;
}
.AnyTagClassName
{
color: #F47991;
}
</style>
background-color css
<style>
a { background-color: #F47991; }
a { background-color: rgb(244,121,145); }
div.DivClassName
{
background-color: #F47991;
}
.BgClassName
{
background-color: #F47991;
}
</style>
border-color css
<style>
span { border-color: #F47991; }
span { border-color: rgb(244,121,145); }
td.TdClassName
{
border-color: #F47991;
}
.TagClassName
{
border-color: #F47991;
}
</style>