Shades of Carissma #F47B96
Tints of Carissma #F47B96
RGB
CMYK
RGB Variations
Color information
#F47B96 (or 0xF47B96) is known color: Carissma. HEX triplet: F4, 7B and 96. RGB value is (244,123,150). Sum of RGB (Red+Green+Blue) = 244+123+150=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 244 - color contains mainly: red. Hex color #F47B96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47B96 is #0B8469. Grayscale: #A2A2A2. Windows color (decimal): -754794 or 9862132. OLE color: 9862132.
HSL color Cylindrical-coordinate representation of color #F47B96: hue angle of 346.61º 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 #F47B96 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 123 | 150 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.04 |
| HSL | 346.61º | 0.85% | 0.72% | - |
| HSV(B) | 346.61º | 0.5% | 0.96% | - |
| XYZ | 49.9 | 35.6 | 33.1 | - |
| YUV | 162.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 123 | 150 | 0 | 0.50 | 0.39 | 0.04 | 346.61 | 0.85 | 0.72 |
| Hex | F4 | 7B | 96 | 0 | 32 | 27 | 4 | 15B | 55 | 48 |
| Octal | 364 | 173 | 226 | 0 | 62 | 47 | 4 | 533 | 125 | 110 |
| Binary | 11110100 | 1111011 | 10010110 | 0 | 110010 | 100111 | 100 | 101011011 | 1010101 | 1001000 |
Color Harmonies of #F47B96
Complementary color
Monochromatic Colors of #F47B96
Black with #F47B96
Text Example
Text Example
White with #F47B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47B96; }
p { color: rgb(244,123,150); }
H1.HeaderClassName
{
color: #F47B96;
}
.AnyTagClassName
{
color: #F47B96;
}
</style>
background-color css
<style>
a { background-color: #F47B96; }
a { background-color: rgb(244,123,150); }
div.DivClassName
{
background-color: #F47B96;
}
.BgClassName
{
background-color: #F47B96;
}
</style>
border-color css
<style>
span { border-color: #F47B96; }
span { border-color: rgb(244,123,150); }
td.TdClassName
{
border-color: #F47B96;
}
.TagClassName
{
border-color: #F47B96;
}
</style>