Shades of Carissma #F47C90
Tints of Carissma #F47C90
RGB
CMYK
RGB Variations
Color information
#F47C90 (or 0xF47C90) is known color: Carissma. HEX triplet: F4, 7C and 90. RGB value is (244,124,144). Sum of RGB (Red+Green+Blue) = 244+124+144=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47C90 is #0B836F. Grayscale: #A2A2A2. Windows color (decimal): -754544 or 9469172. OLE color: 9469172.
HSL color Cylindrical-coordinate representation of color #F47C90: hue angle of 350º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47C90 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 124 | 144 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.04 |
| HSL | 350º | 0.85% | 0.72% | - |
| HSV(B) | 350º | 0.49% | 0.96% | - |
| XYZ | 49.55 | 35.66 | 30.66 | - |
| YUV | 162.16 | 117.76 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 124 | 144 | 0 | 0.49 | 0.41 | 0.04 | 350 | 0.85 | 0.72 |
| Hex | F4 | 7C | 90 | 0 | 31 | 29 | 4 | 15E | 55 | 48 |
| Octal | 364 | 174 | 220 | 0 | 61 | 51 | 4 | 536 | 125 | 110 |
| Binary | 11110100 | 1111100 | 10010000 | 0 | 110001 | 101001 | 100 | 101011110 | 1010101 | 1001000 |
Color Harmonies of #F47C90
Complementary color
Monochromatic Colors of #F47C90
Black with #F47C90
Text Example
Text Example
White with #F47C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47C90; }
p { color: rgb(244,124,144); }
H1.HeaderClassName
{
color: #F47C90;
}
.AnyTagClassName
{
color: #F47C90;
}
</style>
background-color css
<style>
a { background-color: #F47C90; }
a { background-color: rgb(244,124,144); }
div.DivClassName
{
background-color: #F47C90;
}
.BgClassName
{
background-color: #F47C90;
}
</style>
border-color css
<style>
span { border-color: #F47C90; }
span { border-color: rgb(244,124,144); }
td.TdClassName
{
border-color: #F47C90;
}
.TagClassName
{
border-color: #F47C90;
}
</style>