Shades of Carissma #F37994
Tints of Carissma #F37994
RGB
CMYK
RGB Variations
Color information
#F37994 (or 0xF37994) is known color: Carissma. HEX triplet: F3, 79 and 94. RGB value is (243,121,148). Sum of RGB (Red+Green+Blue) = 243+121+148=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F37994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37994 is #0C866B. Grayscale: #A0A0A0. Windows color (decimal): -820844 or 9730547. OLE color: 9730547.
HSL color Cylindrical-coordinate representation of color #F37994: hue angle of 346.72º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37994 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 121 | 148 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.05 |
| HSL | 346.72º | 0.84% | 0.71% | - |
| HSV(B) | 346.72º | 0.5% | 0.95% | - |
| XYZ | 49.14 | 34.87 | 32.16 | - |
| YUV | 160.56 | 120.92 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 121 | 148 | 0 | 0.50 | 0.39 | 0.05 | 346.72 | 0.84 | 0.71 |
| Hex | F3 | 79 | 94 | 0 | 32 | 27 | 5 | 15B | 54 | 47 |
| Octal | 363 | 171 | 224 | 0 | 62 | 47 | 5 | 533 | 124 | 107 |
| Binary | 11110011 | 1111001 | 10010100 | 0 | 110010 | 100111 | 101 | 101011011 | 1010100 | 1000111 |
Color Harmonies of #F37994
Complementary color
Monochromatic Colors of #F37994
Black with #F37994
Text Example
Text Example
White with #F37994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37994; }
p { color: rgb(243,121,148); }
H1.HeaderClassName
{
color: #F37994;
}
.AnyTagClassName
{
color: #F37994;
}
</style>
background-color css
<style>
a { background-color: #F37994; }
a { background-color: rgb(243,121,148); }
div.DivClassName
{
background-color: #F37994;
}
.BgClassName
{
background-color: #F37994;
}
</style>
border-color css
<style>
span { border-color: #F37994; }
span { border-color: rgb(243,121,148); }
td.TdClassName
{
border-color: #F37994;
}
.TagClassName
{
border-color: #F37994;
}
</style>