Shades of Carissma #F47993
Tints of Carissma #F47993
RGB
CMYK
RGB Variations
Color information
#F47993 (or 0xF47993) is known color: Carissma. HEX triplet: F4, 79 and 93. RGB value is (244,121,147). Sum of RGB (Red+Green+Blue) = 244+121+147=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F47993 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47993 is #0B866C. Grayscale: #A0A0A0. Windows color (decimal): -755309 or 9665012. OLE color: 9665012.
HSL color Cylindrical-coordinate representation of color #F47993: hue angle of 347.32º 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 #F47993 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 121 | 147 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.04 |
| HSL | 347.32º | 0.85% | 0.72% | - |
| HSV(B) | 347.32º | 0.5% | 0.96% | - |
| XYZ | 49.41 | 35.01 | 31.76 | - |
| YUV | 160.74 | 120.25 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 121 | 147 | 0 | 0.50 | 0.40 | 0.04 | 347.32 | 0.85 | 0.72 |
| Hex | F4 | 79 | 93 | 0 | 32 | 28 | 4 | 15B | 55 | 48 |
| Octal | 364 | 171 | 223 | 0 | 62 | 50 | 4 | 533 | 125 | 110 |
| Binary | 11110100 | 1111001 | 10010011 | 0 | 110010 | 101000 | 100 | 101011011 | 1010101 | 1001000 |
Color Harmonies of #F47993
Complementary color
Monochromatic Colors of #F47993
Black with #F47993
Text Example
Text Example
White with #F47993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47993; }
p { color: rgb(244,121,147); }
H1.HeaderClassName
{
color: #F47993;
}
.AnyTagClassName
{
color: #F47993;
}
</style>
background-color css
<style>
a { background-color: #F47993; }
a { background-color: rgb(244,121,147); }
div.DivClassName
{
background-color: #F47993;
}
.BgClassName
{
background-color: #F47993;
}
</style>
border-color css
<style>
span { border-color: #F47993; }
span { border-color: rgb(244,121,147); }
td.TdClassName
{
border-color: #F47993;
}
.TagClassName
{
border-color: #F47993;
}
</style>