Shades of Carissma #F47990
Tints of Carissma #F47990
RGB
CMYK
RGB Variations
Color information
#F47990 (or 0xF47990) is known color: Carissma. HEX triplet: F4, 79 and 90. RGB value is (244,121,144). Sum of RGB (Red+Green+Blue) = 244+121+144=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F47990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47990 is #0B866F. Grayscale: #A0A0A0. Windows color (decimal): -755312 or 9468404. OLE color: 9468404.
HSL color Cylindrical-coordinate representation of color #F47990: hue angle of 348.78º 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 #F47990 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 121 | 144 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.04 |
| HSL | 348.78º | 0.85% | 0.72% | - |
| HSV(B) | 348.78º | 0.5% | 0.96% | - |
| XYZ | 49.18 | 34.92 | 30.53 | - |
| YUV | 160.4 | 118.75 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 121 | 144 | 0 | 0.50 | 0.41 | 0.04 | 348.78 | 0.85 | 0.72 |
| Hex | F4 | 79 | 90 | 0 | 32 | 29 | 4 | 15D | 55 | 48 |
| Octal | 364 | 171 | 220 | 0 | 62 | 51 | 4 | 535 | 125 | 110 |
| Binary | 11110100 | 1111001 | 10010000 | 0 | 110010 | 101001 | 100 | 101011101 | 1010101 | 1001000 |
Color Harmonies of #F47990
Complementary color
Monochromatic Colors of #F47990
Black with #F47990
Text Example
Text Example
White with #F47990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47990; }
p { color: rgb(244,121,144); }
H1.HeaderClassName
{
color: #F47990;
}
.AnyTagClassName
{
color: #F47990;
}
</style>
background-color css
<style>
a { background-color: #F47990; }
a { background-color: rgb(244,121,144); }
div.DivClassName
{
background-color: #F47990;
}
.BgClassName
{
background-color: #F47990;
}
</style>
border-color css
<style>
span { border-color: #F47990; }
span { border-color: rgb(244,121,144); }
td.TdClassName
{
border-color: #F47990;
}
.TagClassName
{
border-color: #F47990;
}
</style>