Shades of Carissma #F47992
Tints of Carissma #F47992
RGB
CMYK
RGB Variations
Color information
#F47992 (or 0xF47992) is known color: Carissma. HEX triplet: F4, 79 and 92. RGB value is (244,121,146). Sum of RGB (Red+Green+Blue) = 244+121+146=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F47992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47992 is #0B866D. Grayscale: #A0A0A0. Windows color (decimal): -755310 or 9599476. OLE color: 9599476.
HSL color Cylindrical-coordinate representation of color #F47992: hue angle of 347.8º 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 #F47992 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 121 | 146 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.04 |
| HSL | 347.8º | 0.85% | 0.72% | - |
| HSV(B) | 347.8º | 0.5% | 0.96% | - |
| XYZ | 49.33 | 34.98 | 31.35 | - |
| YUV | 160.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 121 | 146 | 0 | 0.50 | 0.40 | 0.04 | 347.8 | 0.85 | 0.72 |
| Hex | F4 | 79 | 92 | 0 | 32 | 28 | 4 | 15C | 55 | 48 |
| Octal | 364 | 171 | 222 | 0 | 62 | 50 | 4 | 534 | 125 | 110 |
| Binary | 11110100 | 1111001 | 10010010 | 0 | 110010 | 101000 | 100 | 101011100 | 1010101 | 1001000 |
Color Harmonies of #F47992
Complementary color
Monochromatic Colors of #F47992
Black with #F47992
Text Example
Text Example
White with #F47992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47992; }
p { color: rgb(244,121,146); }
H1.HeaderClassName
{
color: #F47992;
}
.AnyTagClassName
{
color: #F47992;
}
</style>
background-color css
<style>
a { background-color: #F47992; }
a { background-color: rgb(244,121,146); }
div.DivClassName
{
background-color: #F47992;
}
.BgClassName
{
background-color: #F47992;
}
</style>
border-color css
<style>
span { border-color: #F47992; }
span { border-color: rgb(244,121,146); }
td.TdClassName
{
border-color: #F47992;
}
.TagClassName
{
border-color: #F47992;
}
</style>